Html Css Color HEX #C96F40 Zest

📋 copy color: '#C96F40'

red 201 ◦ green 111 ◦ blue 64

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

Shades of Zest #C96F40

Tints of Zest #C96F40

RGB

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

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

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

R = 53.46%
G = 29.52%
B = 17.02%

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

#C96F40 (or 0xC96F40) is known color: Zest. HEX triplet: C9, 6F and 40. RGB value is (201,111,64). Sum of RGB (Red+Green+Blue) = 201+111+64=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F40 is #3690BF. Grayscale: #848484. Windows color (decimal): -3576000 or 4222921. OLE color: 4222921.

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

Color convert

RGB 201 111 64 -
CMYK 0 0.45 0.68 0.21
HSL 20.58º 0.56% 0.52% -
HSV(B) 20.58º 0.68% 0.79% -
XYZ 30.7 24.16 7.9 -
YUV 132.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 201 111 64 0 0.45 0.68 0.21 20.58 0.56 0.52
Hex C9 6F 40 0 2D 44 15 15 38 34
Octal 311 157 100 0 55 104 25 25 70 64
Binary 11001001 1101111 1000000 0 101101 1000100 10101 10101 111000 110100

Color Harmonies of #C96F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F40

Black with #C96F40

Text Example


Text Example

White with #C96F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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