Html Css Color HEX #C96E36 Zest

📋 copy color: '#C96E36'

red 201 ◦ green 110 ◦ blue 54

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

Shades of Zest #C96E36

Tints of Zest #C96E36

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 54 (21.48% from 255) = 14.79%

R = 55.07%
G = 30.14%
B = 14.79%

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

#C96E36 (or 0xC96E36) is known color: Zest. HEX triplet: C9, 6E and 36. RGB value is (201,110,54). Sum of RGB (Red+Green+Blue) = 201+110+54=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E36 is #3691C9. Grayscale: #838383. Windows color (decimal): -3576266 or 3567305. OLE color: 3567305.

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

Color convert

RGB 201 110 54 -
CMYK 0 0.45 0.73 0.21
HSL 22.86º 0.58% 0.5% -
HSV(B) 22.86º 0.73% 0.79% -
XYZ 30.33 23.84 6.49 -
YUV 130.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 201 110 54 0 0.45 0.73 0.21 22.86 0.58 0.5
Hex C9 6E 36 0 2D 49 15 17 3A 32
Octal 311 156 66 0 55 111 25 27 72 62
Binary 11001001 1101110 110110 0 101101 1001001 10101 10111 111010 110010

Color Harmonies of #C96E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E36

Black with #C96E36

Text Example


Text Example

White with #C96E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E36; }

 p { color: rgb(201,110,54); }

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

background-color css

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

 a { background-color: rgb(201,110,54); }

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

border-color css

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

 span { border-color: rgb(201,110,54); }

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