Html Css Color HEX #C97435 Zest

📋 copy color: '#C97435'

red 201 ◦ green 116 ◦ blue 53

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

Shades of Zest #C97435

Tints of Zest #C97435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 54.32%
G = 31.35%
B = 14.32%

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

#C97435 (or 0xC97435) is known color: Zest. HEX triplet: C9, 74 and 35. RGB value is (201,116,53). Sum of RGB (Red+Green+Blue) = 201+116+53=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C97435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97435 is #368BCA. Grayscale: #868686. Windows color (decimal): -3574731 or 3503305. OLE color: 3503305.

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

Color convert

RGB 201 116 53 -
CMYK 0 0.42 0.74 0.21
HSL 25.54º 0.58% 0.5% -
HSV(B) 25.54º 0.74% 0.79% -
XYZ 30.98 25.17 6.59 -
YUV 134.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 201 116 53 0 0.42 0.74 0.21 25.54 0.58 0.5
Hex C9 74 35 0 2A 4A 15 1A 3A 32
Octal 311 164 65 0 52 112 25 32 72 62
Binary 11001001 1110100 110101 0 101010 1001010 10101 11010 111010 110010

Color Harmonies of #C97435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97435

Black with #C97435

Text Example


Text Example

White with #C97435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97435; }

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

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

background-color css

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

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

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

border-color css

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

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

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