Html Css Color HEX #C97040 Zest

📋 copy color: '#C97040'

red 201 ◦ green 112 ◦ blue 64

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

Shades of Zest #C97040

Tints of Zest #C97040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 53.32%
G = 29.71%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97040 (or 0xC97040) is known color: Zest. HEX triplet: C9, 70 and 40. RGB value is (201,112,64). Sum of RGB (Red+Green+Blue) = 201+112+64=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C97040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97040 is #368FBF. Grayscale: #858585. Windows color (decimal): -3575744 or 4223177. OLE color: 4223177.

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

Color convert

RGB 201 112 64 -
CMYK 0 0.44 0.68 0.21
HSL 21.02º 0.56% 0.52% -
HSV(B) 21.02º 0.68% 0.79% -
XYZ 30.81 24.38 7.93 -
YUV 133.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 201 112 64 0 0.44 0.68 0.21 21.02 0.56 0.52
Hex C9 70 40 0 2C 44 15 15 38 34
Octal 311 160 100 0 54 104 25 25 70 64
Binary 11001001 1110000 1000000 0 101100 1000100 10101 10101 111000 110100

Color Harmonies of #C97040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97040

Black with #C97040

Text Example


Text Example

White with #C97040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97040; }

 p { color: rgb(201,112,64); }

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

background-color css

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

 a { background-color: rgb(201,112,64); }

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

border-color css

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

 span { border-color: rgb(201,112,64); }

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