Html Css Color HEX #C96F37 Zest

📋 copy color: '#C96F37'

red 201 ◦ green 111 ◦ blue 55

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

Shades of Zest #C96F37

Tints of Zest #C96F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

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

R = 54.77%
G = 30.25%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C96F37 (or 0xC96F37) is known color: Zest. HEX triplet: C9, 6F and 37. RGB value is (201,111,55). Sum of RGB (Red+Green+Blue) = 201+111+55=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F37 is #3690C8. Grayscale: #838383. Windows color (decimal): -3576009 or 3633097. OLE color: 3633097.

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

Color convert

RGB 201 111 55 -
CMYK 0 0.45 0.73 0.21
HSL 23.01º 0.57% 0.5% -
HSV(B) 23.01º 0.73% 0.79% -
XYZ 30.46 24.06 6.65 -
YUV 131.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 201 111 55 0 0.45 0.73 0.21 23.01 0.57 0.5
Hex C9 6F 37 0 2D 49 15 17 39 32
Octal 311 157 67 0 55 111 25 27 71 62
Binary 11001001 1101111 110111 0 101101 1001001 10101 10111 111001 110010

Color Harmonies of #C96F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F37

Black with #C96F37

Text Example


Text Example

White with #C96F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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