Html Css Color HEX #C97535 Zest

📋 copy color: '#C97535'

red 201 ◦ green 117 ◦ blue 53

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

Shades of Zest #C97535

Tints of Zest #C97535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 54.18%
G = 31.54%
B = 14.29%

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

#C97535 (or 0xC97535) is known color: Zest. HEX triplet: C9, 75 and 35. RGB value is (201,117,53). Sum of RGB (Red+Green+Blue) = 201+117+53=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97535 is #368ACA. Grayscale: #878787. Windows color (decimal): -3574475 or 3503561. OLE color: 3503561.

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

Color convert

RGB 201 117 53 -
CMYK 0 0.42 0.74 0.21
HSL 25.95º 0.58% 0.5% -
HSV(B) 25.95º 0.74% 0.79% -
XYZ 31.09 25.4 6.63 -
YUV 134.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 201 117 53 0 0.42 0.74 0.21 25.95 0.58 0.5
Hex C9 75 35 0 2A 4A 15 1A 3A 32
Octal 311 165 65 0 52 112 25 32 72 62
Binary 11001001 1110101 110101 0 101010 1001010 10101 11010 111010 110010

Color Harmonies of #C97535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97535

Black with #C97535

Text Example


Text Example

White with #C97535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97535; }

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

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

background-color css

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

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

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

border-color css

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

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

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