Html Css Color HEX #C97241 Zest

📋 copy color: '#C97241'

red 201 ◦ green 114 ◦ blue 65

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

Shades of Zest #C97241

Tints of Zest #C97241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 52.89%
G = 30%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97241 (or 0xC97241) is known color: Zest. HEX triplet: C9, 72 and 41. RGB value is (201,114,65). Sum of RGB (Red+Green+Blue) = 201+114+65=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C97241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97241 is #368DBE. Grayscale: #868686. Windows color (decimal): -3575231 or 4289225. OLE color: 4289225.

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

Color convert

RGB 201 114 65 -
CMYK 0 0.43 0.68 0.21
HSL 21.62º 0.56% 0.52% -
HSV(B) 21.62º 0.68% 0.79% -
XYZ 31.06 24.83 8.16 -
YUV 134.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 201 114 65 0 0.43 0.68 0.21 21.62 0.56 0.52
Hex C9 72 41 0 2B 44 15 16 38 34
Octal 311 162 101 0 53 104 25 26 70 64
Binary 11001001 1110010 1000001 0 101011 1000100 10101 10110 111000 110100

Color Harmonies of #C97241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97241

Black with #C97241

Text Example


Text Example

White with #C97241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97241; }

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

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

background-color css

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

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

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

border-color css

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

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

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