Html Css Color HEX #CC6611 Chocolate

📋 copy color: '#CC6611'

red 204 ◦ green 102 ◦ blue 17

#CC6611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CC6611

Tints of Chocolate #CC6611

RGB

 RED value IS 204 (80.08% from 255) = 63.16%

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 63.16%
G = 31.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC6611 (or 0xCC6611) is known color: Chocolate. HEX triplet: CC, 66 and 11. RGB value is (204,102,17). Sum of RGB (Red+Green+Blue) = 204+102+17=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6611 is #3399EE. Grayscale: #7B7B7B. Windows color (decimal): -3381743 or 1140428. OLE color: 1140428.

HSL color Cylindrical-coordinate representation of color #CC6611: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6611 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 17 -
CMYK 0 0.5 0.92 0.2
HSL 27.27º 0.85% 0.43% -
HSV(B) 27.27º 0.92% 0.8% -
XYZ 29.75 22.38 3.28 -
YUV 122.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 204 102 17 0 0.5 0.92 0.2 27.27 0.85 0.43
Hex CC 66 11 0 32 5C 14 1B 55 2B
Octal 314 146 21 0 62 134 24 33 125 53
Binary 11001100 1100110 10001 0 110010 1011100 10100 11011 1010101 101011

Color Harmonies of #CC6611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6611

Black with #CC6611

Text Example


Text Example

White with #CC6611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6611; }

 p { color: rgb(204,102,17); }

 H1.HeaderClassName
 {
   color: #CC6611;
 }
 .AnyTagClassName
 {
   color: #CC6611;
 }
</style>

background-color css

<style>
 a { background-color: #CC6611; }

 a { background-color: rgb(204,102,17); }

 div.DivClassName
 {
   background-color: #CC6611;
 }
 .BgClassName
 {
   background-color: #CC6611;
 }
</style>

border-color css

<style>
 span { border-color: #CC6611; }

 span { border-color: rgb(204,102,17); }

 td.TdClassName
 {
   border-color: #CC6611;
 }
 .TagClassName
 {
   border-color: #CC6611;
 }
</style>