Html Css Color HEX #C97642 Zest

📋 copy color: '#C97642'

red 201 ◦ green 118 ◦ blue 66

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

Shades of Zest #C97642

Tints of Zest #C97642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 52.21%
G = 30.65%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C97642 (or 0xC97642) is known color: Zest. HEX triplet: C9, 76 and 42. RGB value is (201,118,66). Sum of RGB (Red+Green+Blue) = 201+118+66=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97642 is #3689BD. Grayscale: #898989. Windows color (decimal): -3574206 or 4355785. OLE color: 4355785.

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

Color convert

RGB 201 118 66 -
CMYK 0 0.41 0.67 0.21
HSL 23.11º 0.56% 0.52% -
HSV(B) 23.11º 0.67% 0.79% -
XYZ 31.55 25.77 8.47 -
YUV 136.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 201 118 66 0 0.41 0.67 0.21 23.11 0.56 0.52
Hex C9 76 42 0 29 43 15 17 38 34
Octal 311 166 102 0 51 103 25 27 70 64
Binary 11001001 1110110 1000010 0 101001 1000011 10101 10111 111000 110100

Color Harmonies of #C97642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97642

Black with #C97642

Text Example


Text Example

White with #C97642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97642; }

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

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

background-color css

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

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

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

border-color css

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

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

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