Html Css Color HEX #C97142 Zest

📋 copy color: '#C97142'

red 201 ◦ green 113 ◦ blue 66

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

Shades of Zest #C97142

Tints of Zest #C97142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 52.89%
G = 29.74%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C97142 (or 0xC97142) is known color: Zest. HEX triplet: C9, 71 and 42. RGB value is (201,113,66). Sum of RGB (Red+Green+Blue) = 201+113+66=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C97142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97142 is #368EBD. Grayscale: #868686. Windows color (decimal): -3575486 or 4354505. OLE color: 4354505.

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

Color convert

RGB 201 113 66 -
CMYK 0 0.44 0.67 0.21
HSL 20.89º 0.56% 0.52% -
HSV(B) 20.89º 0.67% 0.79% -
XYZ 30.98 24.62 8.27 -
YUV 133.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 201 113 66 0 0.44 0.67 0.21 20.89 0.56 0.52
Hex C9 71 42 0 2C 43 15 15 38 34
Octal 311 161 102 0 54 103 25 25 70 64
Binary 11001001 1110001 1000010 0 101100 1000011 10101 10101 111000 110100

Color Harmonies of #C97142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97142

Black with #C97142

Text Example


Text Example

White with #C97142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97142; }

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

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

background-color css

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

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

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

border-color css

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

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

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