COLOR #CC963C

HEX: #CC963C
RGB: (204,150,60)

Renk bilgisi

#CC963C contains mainly red and green colors. #CC963C ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#CC963C color RGB value is (204,150,60).

  • kırmız ton 204;
  • yeşil ton 150;
  • mavi ton 60.
RGB:
(204,150,60)
(80%,59%,24%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 150 of 255 = 59%
B 60 of 255 = 24%

204
150
60

R + G + B ~ 54%. #CC963C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 150 + 60 = 414 (100%)
R 204 of 414 ~ 49.28%
G 150 of 414 ~ 36.23%
B 60 of 414 ~ 14.49%

%49.28
%36.23
%14.49

CMYK RENK MODELİ

#CC963C rengi CMYK tonu (0,26,71,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.47%
  • sarı tonu 70.59%
  • ana renk tonu 20.00%
CMYK:
(0,26,71,20)
C0M26Y71K20 
(0%,26%,71%,20%)
(0.00/0.26/0.71/0.20)	

CMYK yüzdeleri

%0
%26.47
%70.59
%20

Codes

Color #CC963C in popluar color models

CC963C
RGB20415060
HSL38°58.54%51.76%
HSB/HSV38°70.59%80.00%
CMYK0.00%26.47%70.59%
20.00%

Color #CC963C in popluar number systems.

HEXCC963C
Decimal20415060
Binary1100110010010110111100
Octal31422674

Shades and tints

Shades of #CC963C

#CC963C
(204,150,60)
#BA8937
(186,137,55)
#A87C32
(168,124,50)
#966F2D
(150,111,45)
#846228
(132,98,40)
#725523
(114,85,35)
#60481E
(96,72,30)
#4E3B19
(78,59,25)
#3C2E14
(60,46,20)
#2A210F
(42,33,15)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #CC963C

#CC963C
(204,150,60)
#D09F4D
(208,159,77)
#D4A85E
(212,168,94)
#D8B16F
(216,177,111)
#DCBA80
(220,186,128)
#E0C391
(224,195,145)
#E4CCA2
(228,204,162)
#E8D5B3
(232,213,179)
#ECDEC4
(236,222,196)
#F0E7D5
(240,231,213)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC963C color. Also use rgb(204,150,60) instead hex code.

Text Font Color

.myTextColor { color: #CC963C; }

<p style="color:#CC963C">This sample text font color is #CC963C.</p>

This text font color is #CC963C.


Background Color

.myBgColor { background-color: #CC963C; }

<div style="background-color:#CC963C">Inner text</div>

This div background color is #CC963C.


Border color

.myBorderColor { border: 1px solid #CC963C; }

<div style="border:3px solid #CC963C">Div</div>

This div border color is #CC963C.


Opacity

.myOpacity80 { color: #CC963C; opacity: 0.8; }

<p style="color:#CC963C;opacity:0.8;">80%</p>

Text with #CC963C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC963C;}

<p style="text-shadow: 3px 3px 1px #CC963C">Text here.</p>

This text has shadow with #CC963C color.

.textShadow {text-shadow: 3px 3px 1px #CC963C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC963C, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC963C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC963C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC963C, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC963C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CC963C;
  -webkit-box-shadow:	1px 1px 3px 2px #CC963C;
  box-shadow:		1px 1px 3px 2px #CC963C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC963C;
-webkit-box-shadow: 1px 1px 3px 2px #CC963C;
box-shadow:1px 1px 3px 2px #CC963C;">
Div content here</div>
This div box has shadow with color #CC963C.

Preview

Color preview on black background

This text has color #CC963C on black background.


Color preview on white background

This text has color #CC963C on white background.



Black color preview on #CC963C background

This text has black color on #CC963C background.


White color preview on #CC963C background

This text has white color on #CC963C background.