Html Css Color HEX #C97134 Zest

📋 copy color: '#C97134'

red 201 ◦ green 113 ◦ blue 52

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

Shades of Zest #C97134

Tints of Zest #C97134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 54.92%
G = 30.87%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C97134 (or 0xC97134) is known color: Zest. HEX triplet: C9, 71 and 34. RGB value is (201,113,52). Sum of RGB (Red+Green+Blue) = 201+113+52=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C97134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97134 is #368ECB. Grayscale: #848484. Windows color (decimal): -3575500 or 3437001. OLE color: 3437001.

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

Color convert

RGB 201 113 52 -
CMYK 0 0.44 0.74 0.21
HSL 24.56º 0.59% 0.5% -
HSV(B) 24.56º 0.74% 0.79% -
XYZ 30.61 24.48 6.36 -
YUV 132.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 201 113 52 0 0.44 0.74 0.21 24.56 0.59 0.5
Hex C9 71 34 0 2C 4A 15 19 3B 32
Octal 311 161 64 0 54 112 25 31 73 62
Binary 11001001 1110001 110100 0 101100 1001010 10101 11001 111011 110010

Color Harmonies of #C97134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97134

Black with #C97134

Text Example


Text Example

White with #C97134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97134; }

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

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

background-color css

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

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

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

border-color css

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

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

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