Html Css Color HEX #CC6B37 Zest

📋 copy color: '#CC6B37'

red 204 ◦ green 107 ◦ blue 55

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

Shades of Zest #CC6B37

Tints of Zest #CC6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

 BLUE value IS 55 (21.88% from 255) = 15.03%

R = 55.74%
G = 29.23%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC6B37 (or 0xCC6B37) is known color: Zest. HEX triplet: CC, 6B and 37. RGB value is (204,107,55). Sum of RGB (Red+Green+Blue) = 204+107+55=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B37 is #3394C8. Grayscale: #828282. Windows color (decimal): -3380425 or 3632076. OLE color: 3632076.

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

Color convert

RGB 204 107 55 -
CMYK 0 0.48 0.73 0.2
HSL 20.94º 0.59% 0.51% -
HSV(B) 20.94º 0.73% 0.8% -
XYZ 30.85 23.63 6.55 -
YUV 130.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 204 107 55 0 0.48 0.73 0.2 20.94 0.59 0.51
Hex CC 6B 37 0 30 49 14 15 3B 33
Octal 314 153 67 0 60 111 24 25 73 63
Binary 11001100 1101011 110111 0 110000 1001001 10100 10101 111011 110011

Color Harmonies of #CC6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B37

Black with #CC6B37

Text Example


Text Example

White with #CC6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B37; }

 p { color: rgb(204,107,55); }

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

background-color css

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

 a { background-color: rgb(204,107,55); }

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

border-color css

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

 span { border-color: rgb(204,107,55); }

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