Html Css Color HEX #C97032 Zest

📋 copy color: '#C97032'

red 201 ◦ green 112 ◦ blue 50

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

Shades of Zest #C97032

Tints of Zest #C97032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 55.37%
G = 30.85%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C97032 (or 0xC97032) is known color: Zest. HEX triplet: C9, 70 and 32. RGB value is (201,112,50). Sum of RGB (Red+Green+Blue) = 201+112+50=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97032 is #368FCD. Grayscale: #838383. Windows color (decimal): -3575758 or 3305673. OLE color: 3305673.

HSL color Cylindrical-coordinate representation of color #C97032: hue angle of 24.64º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C97032 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 50 -
CMYK 0 0.44 0.75 0.21
HSL 24.64º 0.6% 0.49% -
HSV(B) 24.64º 0.75% 0.79% -
XYZ 30.46 24.24 6.09 -
YUV 131.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 201 112 50 0 0.44 0.75 0.21 24.64 0.6 0.49
Hex C9 70 32 0 2C 4B 15 19 3C 31
Octal 311 160 62 0 54 113 25 31 74 61
Binary 11001001 1110000 110010 0 101100 1001011 10101 11001 111100 110001

Color Harmonies of #C97032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97032

Black with #C97032

Text Example


Text Example

White with #C97032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97032; }

 p { color: rgb(201,112,50); }

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

background-color css

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

 a { background-color: rgb(201,112,50); }

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

border-color css

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

 span { border-color: rgb(201,112,50); }

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