Html Css Color HEX #C97442 Zest

📋 copy color: '#C97442'

red 201 ◦ green 116 ◦ blue 66

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

Shades of Zest #C97442

Tints of Zest #C97442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 52.48%
G = 30.29%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C97442 (or 0xC97442) is known color: Zest. HEX triplet: C9, 74 and 42. RGB value is (201,116,66). Sum of RGB (Red+Green+Blue) = 201+116+66=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C97442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97442 is #368BBD. Grayscale: #888888. Windows color (decimal): -3574718 or 4355273. OLE color: 4355273.

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

Color convert

RGB 201 116 66 -
CMYK 0 0.42 0.67 0.21
HSL 22.22º 0.56% 0.52% -
HSV(B) 22.22º 0.67% 0.79% -
XYZ 31.32 25.3 8.39 -
YUV 135.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 201 116 66 0 0.42 0.67 0.21 22.22 0.56 0.52
Hex C9 74 42 0 2A 43 15 16 38 34
Octal 311 164 102 0 52 103 25 26 70 64
Binary 11001001 1110100 1000010 0 101010 1000011 10101 10110 111000 110100

Color Harmonies of #C97442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97442

Black with #C97442

Text Example


Text Example

White with #C97442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97442; }

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

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

background-color css

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

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

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

border-color css

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

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

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