Html Css Color HEX #C97132 Zest

📋 copy color: '#C97132'

red 201 ◦ green 113 ◦ blue 50

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

Shades of Zest #C97132

Tints of Zest #C97132

RGB

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

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

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

R = 55.22%
G = 31.04%
B = 13.74%

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

#C97132 (or 0xC97132) is known color: Zest. HEX triplet: C9, 71 and 32. RGB value is (201,113,50). Sum of RGB (Red+Green+Blue) = 201+113+50=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97132 is #368ECD. Grayscale: #848484. Windows color (decimal): -3575502 or 3305929. OLE color: 3305929.

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

Color convert

RGB 201 113 50 -
CMYK 0 0.44 0.75 0.21
HSL 25.03º 0.6% 0.49% -
HSV(B) 25.03º 0.75% 0.79% -
XYZ 30.57 24.46 6.13 -
YUV 132.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 201 113 50 0 0.44 0.75 0.21 25.03 0.6 0.49
Hex C9 71 32 0 2C 4B 15 19 3C 31
Octal 311 161 62 0 54 113 25 31 74 61
Binary 11001001 1110001 110010 0 101100 1001011 10101 11001 111100 110001

Color Harmonies of #C97132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97132

Black with #C97132

Text Example


Text Example

White with #C97132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97132; }

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

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

background-color css

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

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

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

border-color css

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

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

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