Html Css Color HEX #CC6C09 Chocolate

📋 copy color: '#CC6C09'

red 204 ◦ green 108 ◦ blue 9

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

Shades of Chocolate #CC6C09

Tints of Chocolate #CC6C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 63.55%
G = 33.64%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC6C09 (or 0xCC6C09) is known color: Chocolate. HEX triplet: CC, 6C and 09. RGB value is (204,108,9). Sum of RGB (Red+Green+Blue) = 204+108+9=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6C09 is #3393F6. Grayscale: #7D7D7D. Windows color (decimal): -3380215 or 617676. OLE color: 617676.

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

Color convert

RGB 204 108 9 -
CMYK 0 0.47 0.96 0.2
HSL 30.46º 0.92% 0.42% -
HSV(B) 30.46º 0.96% 0.8% -
XYZ 30.31 23.58 3.21 -
YUV 125.42 62.3 184.05 -
System Red Green Blue C M Y K H S L
Decimal 204 108 9 0 0.47 0.96 0.2 30.46 0.92 0.42
Hex CC 6C 9 0 2F 60 14 1E 5C 2A
Octal 314 154 11 0 57 140 24 36 134 52
Binary 11001100 1101100 1001 0 101111 1100000 10100 11110 1011100 101010

Color Harmonies of #CC6C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C09

Black with #CC6C09

Text Example


Text Example

White with #CC6C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C09; }

 p { color: rgb(204,108,9); }

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

background-color css

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

 a { background-color: rgb(204,108,9); }

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

border-color css

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

 span { border-color: rgb(204,108,9); }

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