Html Css Color HEX #C97840 Zest

📋 copy color: '#C97840'

red 201 ◦ green 120 ◦ blue 64

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

Shades of Zest #C97840

Tints of Zest #C97840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 52.21%
G = 31.17%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97840 (or 0xC97840) is known color: Zest. HEX triplet: C9, 78 and 40. RGB value is (201,120,64). Sum of RGB (Red+Green+Blue) = 201+120+64=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97840 is #3687BF. Grayscale: #8A8A8A. Windows color (decimal): -3573696 or 4225225. OLE color: 4225225.

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

Color convert

RGB 201 120 64 -
CMYK 0 0.40 0.68 0.21
HSL 24.53º 0.56% 0.52% -
HSV(B) 24.53º 0.68% 0.79% -
XYZ 31.73 26.22 8.24 -
YUV 137.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 201 120 64 0 0.40 0.68 0.21 24.53 0.56 0.52
Hex C9 78 40 0 28 44 15 19 38 34
Octal 311 170 100 0 50 104 25 31 70 64
Binary 11001001 1111000 1000000 0 101000 1000100 10101 11001 111000 110100

Color Harmonies of #C97840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97840

Black with #C97840

Text Example


Text Example

White with #C97840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97840; }

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

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

background-color css

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

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

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

border-color css

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

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

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