Html Css Color HEX #C97136 Zest

📋 copy color: '#C97136'

red 201 ◦ green 113 ◦ blue 54

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

Shades of Zest #C97136

Tints of Zest #C97136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

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

R = 54.62%
G = 30.71%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C97136 (or 0xC97136) is known color: Zest. HEX triplet: C9, 71 and 36. RGB value is (201,113,54). Sum of RGB (Red+Green+Blue) = 201+113+54=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C97136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97136 is #368EC9. Grayscale: #848484. Windows color (decimal): -3575498 or 3568073. OLE color: 3568073.

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

Color convert

RGB 201 113 54 -
CMYK 0 0.44 0.73 0.21
HSL 24.08º 0.58% 0.5% -
HSV(B) 24.08º 0.73% 0.79% -
XYZ 30.66 24.49 6.6 -
YUV 132.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 201 113 54 0 0.44 0.73 0.21 24.08 0.58 0.5
Hex C9 71 36 0 2C 49 15 18 3A 32
Octal 311 161 66 0 54 111 25 30 72 62
Binary 11001001 1110001 110110 0 101100 1001001 10101 11000 111010 110010

Color Harmonies of #C97136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97136

Black with #C97136

Text Example


Text Example

White with #C97136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97136; }

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

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

background-color css

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

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

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

border-color css

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

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

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