Html Css Color HEX #C97135 Zest

📋 copy color: '#C97135'

red 201 ◦ green 113 ◦ blue 53

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

Shades of Zest #C97135

Tints of Zest #C97135

RGB

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

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

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

R = 54.77%
G = 30.79%
B = 14.44%

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

#C97135 (or 0xC97135) is known color: Zest. HEX triplet: C9, 71 and 35. RGB value is (201,113,53). Sum of RGB (Red+Green+Blue) = 201+113+53=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97135 is #368ECA. Grayscale: #848484. Windows color (decimal): -3575499 or 3502537. OLE color: 3502537.

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

Color convert

RGB 201 113 53 -
CMYK 0 0.44 0.74 0.21
HSL 24.32º 0.58% 0.5% -
HSV(B) 24.32º 0.74% 0.79% -
XYZ 30.64 24.48 6.48 -
YUV 132.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 201 113 53 0 0.44 0.74 0.21 24.32 0.58 0.5
Hex C9 71 35 0 2C 4A 15 18 3A 32
Octal 311 161 65 0 54 112 25 30 72 62
Binary 11001001 1110001 110101 0 101100 1001010 10101 11000 111010 110010

Color Harmonies of #C97135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97135

Black with #C97135

Text Example


Text Example

White with #C97135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97135; }

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

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

background-color css

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

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

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

border-color css

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

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

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