Html Css Color HEX #C97842 Zest

📋 copy color: '#C97842'

red 201 ◦ green 120 ◦ blue 66

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

Shades of Zest #C97842

Tints of Zest #C97842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

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

R = 51.94%
G = 31.01%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C97842 (or 0xC97842) is known color: Zest. HEX triplet: C9, 78 and 42. RGB value is (201,120,66). Sum of RGB (Red+Green+Blue) = 201+120+66=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97842 is #3687BD. Grayscale: #8A8A8A. Windows color (decimal): -3573694 or 4356297. OLE color: 4356297.

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

Color convert

RGB 201 120 66 -
CMYK 0 0.40 0.67 0.21
HSL 24º 0.56% 0.52% -
HSV(B) 24º 0.67% 0.79% -
XYZ 31.79 26.24 8.54 -
YUV 138.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 201 120 66 0 0.40 0.67 0.21 24 0.56 0.52
Hex C9 78 42 0 28 43 15 18 38 34
Octal 311 170 102 0 50 103 25 30 70 64
Binary 11001001 1111000 1000010 0 101000 1000011 10101 11000 111000 110100

Color Harmonies of #C97842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97842

Black with #C97842

Text Example


Text Example

White with #C97842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97842; }

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

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

background-color css

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

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

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

border-color css

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

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

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