Html Css Color HEX #C96A36 Zest

📋 copy color: '#C96A36'

red 201 ◦ green 106 ◦ blue 54

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

Shades of Zest #C96A36

Tints of Zest #C96A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 55.68%
G = 29.36%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C96A36 (or 0xC96A36) is known color: Zest. HEX triplet: C9, 6A and 36. RGB value is (201,106,54). Sum of RGB (Red+Green+Blue) = 201+106+54=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A36 is #3695C9. Grayscale: #808080. Windows color (decimal): -3577290 or 3566281. OLE color: 3566281.

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

Color convert

RGB 201 106 54 -
CMYK 0 0.47 0.73 0.21
HSL 21.22º 0.58% 0.5% -
HSV(B) 21.22º 0.73% 0.79% -
XYZ 29.91 22.99 6.35 -
YUV 128.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 201 106 54 0 0.47 0.73 0.21 21.22 0.58 0.5
Hex C9 6A 36 0 2F 49 15 15 3A 32
Octal 311 152 66 0 57 111 25 25 72 62
Binary 11001001 1101010 110110 0 101111 1001001 10101 10101 111010 110010

Color Harmonies of #C96A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A36

Black with #C96A36

Text Example


Text Example

White with #C96A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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