Html Css Color HEX #C97141 Zest

📋 copy color: '#C97141'

red 201 ◦ green 113 ◦ blue 65

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

Shades of Zest #C97141

Tints of Zest #C97141

RGB

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

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

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

R = 53.03%
G = 29.82%
B = 17.15%

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

#C97141 (or 0xC97141) is known color: Zest. HEX triplet: C9, 71 and 41. RGB value is (201,113,65). Sum of RGB (Red+Green+Blue) = 201+113+65=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C97141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97141 is #368EBE. Grayscale: #868686. Windows color (decimal): -3575487 or 4288969. OLE color: 4288969.

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

Color convert

RGB 201 113 65 -
CMYK 0 0.44 0.68 0.21
HSL 21.18º 0.56% 0.52% -
HSV(B) 21.18º 0.68% 0.79% -
XYZ 30.95 24.61 8.12 -
YUV 133.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 201 113 65 0 0.44 0.68 0.21 21.18 0.56 0.52
Hex C9 71 41 0 2C 44 15 15 38 34
Octal 311 161 101 0 54 104 25 25 70 64
Binary 11001001 1110001 1000001 0 101100 1000100 10101 10101 111000 110100

Color Harmonies of #C97141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97141

Black with #C97141

Text Example


Text Example

White with #C97141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97141; }

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

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

background-color css

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

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

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

border-color css

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

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

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