Html Css Color HEX #CC6423 Chocolate

📋 copy color: '#CC6423'

red 204 ◦ green 100 ◦ blue 35

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

Shades of Chocolate #CC6423

Tints of Chocolate #CC6423

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 60.18%
G = 29.5%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6423 (or 0xCC6423) is known color: Chocolate. HEX triplet: CC, 64 and 23. RGB value is (204,100,35). Sum of RGB (Red+Green+Blue) = 204+100+35=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6423 is #339BDC. Grayscale: #7C7C7C. Windows color (decimal): -3382237 or 2319564. OLE color: 2319564.

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

Color convert

RGB 204 100 35 -
CMYK 0 0.51 0.83 0.2
HSL 23.08º 0.71% 0.47% -
HSV(B) 23.08º 0.83% 0.8% -
XYZ 29.76 22.07 4.28 -
YUV 123.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 204 100 35 0 0.51 0.83 0.2 23.08 0.71 0.47
Hex CC 64 23 0 33 53 14 17 47 2F
Octal 314 144 43 0 63 123 24 27 107 57
Binary 11001100 1100100 100011 0 110011 1010011 10100 10111 1000111 101111

Color Harmonies of #CC6423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6423

Black with #CC6423

Text Example


Text Example

White with #CC6423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6423; }

 p { color: rgb(204,100,35); }

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

background-color css

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

 a { background-color: rgb(204,100,35); }

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

border-color css

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

 span { border-color: rgb(204,100,35); }

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