Html Css Color HEX #C97232 Zest

📋 copy color: '#C97232'

red 201 ◦ green 114 ◦ blue 50

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

Shades of Zest #C97232

Tints of Zest #C97232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

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

R = 55.07%
G = 31.23%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C97232 (or 0xC97232) is known color: Zest. HEX triplet: C9, 72 and 32. RGB value is (201,114,50). Sum of RGB (Red+Green+Blue) = 201+114+50=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97232 is #368DCD. Grayscale: #858585. Windows color (decimal): -3575246 or 3306185. OLE color: 3306185.

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

Color convert

RGB 201 114 50 -
CMYK 0 0.43 0.75 0.21
HSL 25.43º 0.6% 0.49% -
HSV(B) 25.43º 0.75% 0.79% -
XYZ 30.68 24.68 6.16 -
YUV 132.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 201 114 50 0 0.43 0.75 0.21 25.43 0.6 0.49
Hex C9 72 32 0 2B 4B 15 19 3C 31
Octal 311 162 62 0 53 113 25 31 74 61
Binary 11001001 1110010 110010 0 101011 1001011 10101 11001 111100 110001

Color Harmonies of #C97232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97232

Black with #C97232

Text Example


Text Example

White with #C97232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97232; }

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

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

background-color css

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

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

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

border-color css

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

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

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