Html Css Color HEX #C96A39 Zest

📋 copy color: '#C96A39'

red 201 ◦ green 106 ◦ blue 57

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

Shades of Zest #C96A39

Tints of Zest #C96A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 57 (22.66% from 255) = 15.66%

R = 55.22%
G = 29.12%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C96A39 (or 0xC96A39) is known color: Zest. HEX triplet: C9, 6A and 39. RGB value is (201,106,57). Sum of RGB (Red+Green+Blue) = 201+106+57=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A39 is #3695C6. Grayscale: #818181. Windows color (decimal): -3577287 or 3762889. OLE color: 3762889.

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

Color convert

RGB 201 106 57 -
CMYK 0 0.47 0.72 0.21
HSL 20.42º 0.57% 0.51% -
HSV(B) 20.42º 0.72% 0.79% -
XYZ 29.98 23.02 6.73 -
YUV 128.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 201 106 57 0 0.47 0.72 0.21 20.42 0.57 0.51
Hex C9 6A 39 0 2F 48 15 14 39 33
Octal 311 152 71 0 57 110 25 24 71 63
Binary 11001001 1101010 111001 0 101111 1001000 10101 10100 111001 110011

Color Harmonies of #C96A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A39

Black with #C96A39

Text Example


Text Example

White with #C96A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A39; }

 p { color: rgb(201,106,57); }

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

background-color css

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

 a { background-color: rgb(201,106,57); }

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

border-color css

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

 span { border-color: rgb(201,106,57); }

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