Html Css Color HEX #C96E40 Zest

📋 copy color: '#C96E40'

red 201 ◦ green 110 ◦ blue 64

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

Shades of Zest #C96E40

Tints of Zest #C96E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 53.6%
G = 29.33%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C96E40 (or 0xC96E40) is known color: Zest. HEX triplet: C9, 6E and 40. RGB value is (201,110,64). Sum of RGB (Red+Green+Blue) = 201+110+64=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E40 is #3691BF. Grayscale: #848484. Windows color (decimal): -3576256 or 4222665. OLE color: 4222665.

HSL color Cylindrical-coordinate representation of color #C96E40: hue angle of 20.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C96E40 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 64 -
CMYK 0 0.45 0.68 0.21
HSL 20.15º 0.56% 0.52% -
HSV(B) 20.15º 0.68% 0.79% -
XYZ 30.59 23.94 7.86 -
YUV 131.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 201 110 64 0 0.45 0.68 0.21 20.15 0.56 0.52
Hex C9 6E 40 0 2D 44 15 14 38 34
Octal 311 156 100 0 55 104 25 24 70 64
Binary 11001001 1101110 1000000 0 101101 1000100 10101 10100 111000 110100

Color Harmonies of #C96E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E40

Black with #C96E40

Text Example


Text Example

White with #C96E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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