Html Css Color HEX #C97434 Zest

📋 copy color: '#C97434'

red 201 ◦ green 116 ◦ blue 52

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

Shades of Zest #C97434

Tints of Zest #C97434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 54.47%
G = 31.44%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C97434 (or 0xC97434) is known color: Zest. HEX triplet: C9, 74 and 34. RGB value is (201,116,52). Sum of RGB (Red+Green+Blue) = 201+116+52=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97434 is #368BCB. Grayscale: #868686. Windows color (decimal): -3574732 or 3437769. OLE color: 3437769.

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

Color convert

RGB 201 116 52 -
CMYK 0 0.42 0.74 0.21
HSL 25.77º 0.59% 0.5% -
HSV(B) 25.77º 0.74% 0.79% -
XYZ 30.95 25.16 6.47 -
YUV 134.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 201 116 52 0 0.42 0.74 0.21 25.77 0.59 0.5
Hex C9 74 34 0 2A 4A 15 1A 3B 32
Octal 311 164 64 0 52 112 25 32 73 62
Binary 11001001 1110100 110100 0 101010 1001010 10101 11010 111011 110010

Color Harmonies of #C97434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97434

Black with #C97434

Text Example


Text Example

White with #C97434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97434; }

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

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

background-color css

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

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

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

border-color css

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

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

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