Html Css Color HEX #C97740 Zest

📋 copy color: '#C97740'

red 201 ◦ green 119 ◦ blue 64

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

Shades of Zest #C97740

Tints of Zest #C97740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 52.34%
G = 30.99%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97740 (or 0xC97740) is known color: Zest. HEX triplet: C9, 77 and 40. RGB value is (201,119,64). Sum of RGB (Red+Green+Blue) = 201+119+64=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97740 is #3688BF. Grayscale: #898989. Windows color (decimal): -3573952 or 4224969. OLE color: 4224969.

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

Color convert

RGB 201 119 64 -
CMYK 0 0.41 0.68 0.21
HSL 24.09º 0.56% 0.52% -
HSV(B) 24.09º 0.68% 0.79% -
XYZ 31.61 25.98 8.2 -
YUV 137.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 201 119 64 0 0.41 0.68 0.21 24.09 0.56 0.52
Hex C9 77 40 0 29 44 15 18 38 34
Octal 311 167 100 0 51 104 25 30 70 64
Binary 11001001 1110111 1000000 0 101001 1000100 10101 11000 111000 110100

Color Harmonies of #C97740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97740

Black with #C97740

Text Example


Text Example

White with #C97740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97740; }

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

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

background-color css

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

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

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

border-color css

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

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

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