Html Css Color HEX #CC5C22 Chocolate

📋 copy color: '#CC5C22'

red 204 ◦ green 92 ◦ blue 34

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

Shades of Chocolate #CC5C22

Tints of Chocolate #CC5C22

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 61.82%
G = 27.88%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5C22 (or 0xCC5C22) is known color: Chocolate. HEX triplet: CC, 5C and 22. RGB value is (204,92,34). Sum of RGB (Red+Green+Blue) = 204+92+34=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C22 is #33A3DD. Grayscale: #777777. Windows color (decimal): -3384286 or 2251980. OLE color: 2251980.

HSL color Cylindrical-coordinate representation of color #CC5C22: hue angle of 20.47º 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 #CC5C22 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 34 -
CMYK 0 0.55 0.83 0.2
HSL 20.47º 0.71% 0.47% -
HSV(B) 20.47º 0.83% 0.8% -
XYZ 29.02 20.61 3.96 -
YUV 118.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 204 92 34 0 0.55 0.83 0.2 20.47 0.71 0.47
Hex CC 5C 22 0 37 53 14 14 47 2F
Octal 314 134 42 0 67 123 24 24 107 57
Binary 11001100 1011100 100010 0 110111 1010011 10100 10100 1000111 101111

Color Harmonies of #CC5C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C22

Black with #CC5C22

Text Example


Text Example

White with #CC5C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C22; }

 p { color: rgb(204,92,34); }

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

background-color css

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

 a { background-color: rgb(204,92,34); }

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

border-color css

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

 span { border-color: rgb(204,92,34); }

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