Html Css Color HEX #C96B39 Zest

📋 copy color: '#C96B39'

red 201 ◦ green 107 ◦ blue 57

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

Shades of Zest #C96B39

Tints of Zest #C96B39

RGB

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

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

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

R = 55.07%
G = 29.32%
B = 15.62%

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

#C96B39 (or 0xC96B39) is known color: Zest. HEX triplet: C9, 6B and 39. RGB value is (201,107,57). Sum of RGB (Red+Green+Blue) = 201+107+57=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B39 is #3694C6. Grayscale: #818181. Windows color (decimal): -3577031 or 3763145. OLE color: 3763145.

HSL color Cylindrical-coordinate representation of color #C96B39: hue angle of 20.83º 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 #C96B39 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 107 57 -
CMYK 0 0.47 0.72 0.21
HSL 20.83º 0.57% 0.51% -
HSV(B) 20.83º 0.72% 0.79% -
XYZ 30.08 23.23 6.77 -
YUV 129.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 201 107 57 0 0.47 0.72 0.21 20.83 0.57 0.51
Hex C9 6B 39 0 2F 48 15 15 39 33
Octal 311 153 71 0 57 110 25 25 71 63
Binary 11001001 1101011 111001 0 101111 1001000 10101 10101 111001 110011

Color Harmonies of #C96B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B39

Black with #C96B39

Text Example


Text Example

White with #C96B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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