Html Css Color HEX #C97041 Zest

📋 copy color: '#C97041'

red 201 ◦ green 112 ◦ blue 65

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

Shades of Zest #C97041

Tints of Zest #C97041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 53.17%
G = 29.63%
B = 17.2%

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

#C97041 (or 0xC97041) is known color: Zest. HEX triplet: C9, 70 and 41. RGB value is (201,112,65). Sum of RGB (Red+Green+Blue) = 201+112+65=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C97041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97041 is #368FBE. Grayscale: #858585. Windows color (decimal): -3575743 or 4288713. OLE color: 4288713.

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

Color convert

RGB 201 112 65 -
CMYK 0 0.44 0.68 0.21
HSL 20.74º 0.56% 0.52% -
HSV(B) 20.74º 0.68% 0.79% -
XYZ 30.84 24.39 8.08 -
YUV 133.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 201 112 65 0 0.44 0.68 0.21 20.74 0.56 0.52
Hex C9 70 41 0 2C 44 15 15 38 34
Octal 311 160 101 0 54 104 25 25 70 64
Binary 11001001 1110000 1000001 0 101100 1000100 10101 10101 111000 110100

Color Harmonies of #C97041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97041

Black with #C97041

Text Example


Text Example

White with #C97041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97041; }

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

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

background-color css

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

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

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

border-color css

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

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

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