Html Css Color HEX #CC6117 Chocolate

📋 copy color: '#CC6117'

red 204 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #CC6117

Tints of Chocolate #CC6117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 23 (9.38% from 255) = 7.1%

R = 62.96%
G = 29.94%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6117 (or 0xCC6117) is known color: Chocolate. HEX triplet: CC, 61 and 17. RGB value is (204,97,23). Sum of RGB (Red+Green+Blue) = 204+97+23=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6117 is #339EE8. Grayscale: #787878. Windows color (decimal): -3383017 or 1532364. OLE color: 1532364.

HSL color Cylindrical-coordinate representation of color #CC6117: hue angle of 24.53º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC6117 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 23 -
CMYK 0 0.52 0.89 0.2
HSL 24.53º 0.8% 0.45% -
HSV(B) 24.53º 0.89% 0.8% -
XYZ 29.33 21.45 3.4 -
YUV 120.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 204 97 23 0 0.52 0.89 0.2 24.53 0.8 0.45
Hex CC 61 17 0 34 59 14 19 50 2D
Octal 314 141 27 0 64 131 24 31 120 55
Binary 11001100 1100001 10111 0 110100 1011001 10100 11001 1010000 101101

Color Harmonies of #CC6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6117

Black with #CC6117

Text Example


Text Example

White with #CC6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6117; }

 p { color: rgb(204,97,23); }

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

background-color css

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

 a { background-color: rgb(204,97,23); }

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

border-color css

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

 span { border-color: rgb(204,97,23); }

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