Html Css Color HEX #C96C37 Zest

📋 copy color: '#C96C37'

red 201 ◦ green 108 ◦ blue 55

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

Shades of Zest #C96C37

Tints of Zest #C96C37

RGB

 RED value IS 201 (78.91% from 255) = 55.22%

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

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

R = 55.22%
G = 29.67%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C96C37 (or 0xC96C37) is known color: Zest. HEX triplet: C9, 6C and 37. RGB value is (201,108,55). Sum of RGB (Red+Green+Blue) = 201+108+55=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C37 is #3693C8. Grayscale: #828282. Windows color (decimal): -3576777 or 3632329. OLE color: 3632329.

HSL color Cylindrical-coordinate representation of color #C96C37: hue angle of 21.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C96C37 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 55 -
CMYK 0 0.46 0.73 0.21
HSL 21.78º 0.57% 0.5% -
HSV(B) 21.78º 0.73% 0.79% -
XYZ 30.14 23.42 6.55 -
YUV 129.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 201 108 55 0 0.46 0.73 0.21 21.78 0.57 0.5
Hex C9 6C 37 0 2E 49 15 16 39 32
Octal 311 154 67 0 56 111 25 26 71 62
Binary 11001001 1101100 110111 0 101110 1001001 10101 10110 111001 110010

Color Harmonies of #C96C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C37

Black with #C96C37

Text Example


Text Example

White with #C96C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C37; }

 p { color: rgb(201,108,55); }

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

background-color css

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

 a { background-color: rgb(201,108,55); }

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

border-color css

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

 span { border-color: rgb(201,108,55); }

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