Html Css Color HEX #C96B36 Zest

📋 copy color: '#C96B36'

red 201 ◦ green 107 ◦ blue 54

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

Shades of Zest #C96B36

Tints of Zest #C96B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 55.52%
G = 29.56%
B = 14.92%

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

#C96B36 (or 0xC96B36) is known color: Zest. HEX triplet: C9, 6B and 36. RGB value is (201,107,54). Sum of RGB (Red+Green+Blue) = 201+107+54=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B36 is #3694C9. Grayscale: #818181. Windows color (decimal): -3577034 or 3566537. OLE color: 3566537.

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

Color convert

RGB 201 107 54 -
CMYK 0 0.47 0.73 0.21
HSL 21.63º 0.58% 0.5% -
HSV(B) 21.63º 0.73% 0.79% -
XYZ 30.01 23.2 6.39 -
YUV 129.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 201 107 54 0 0.47 0.73 0.21 21.63 0.58 0.5
Hex C9 6B 36 0 2F 49 15 16 3A 32
Octal 311 153 66 0 57 111 25 26 72 62
Binary 11001001 1101011 110110 0 101111 1001001 10101 10110 111010 110010

Color Harmonies of #C96B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B36

Black with #C96B36

Text Example


Text Example

White with #C96B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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