Html Css Color HEX #C97640 Zest

📋 copy color: '#C97640'

red 201 ◦ green 118 ◦ blue 64

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

Shades of Zest #C97640

Tints of Zest #C97640

RGB

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

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

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

R = 52.48%
G = 30.81%
B = 16.71%

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

#C97640 (or 0xC97640) is known color: Zest. HEX triplet: C9, 76 and 40. RGB value is (201,118,64). Sum of RGB (Red+Green+Blue) = 201+118+64=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C97640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97640 is #3689BF. Grayscale: #888888. Windows color (decimal): -3574208 or 4224713. OLE color: 4224713.

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

Color convert

RGB 201 118 64 -
CMYK 0 0.41 0.68 0.21
HSL 23.65º 0.56% 0.52% -
HSV(B) 23.65º 0.68% 0.79% -
XYZ 31.49 25.74 8.16 -
YUV 136.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 201 118 64 0 0.41 0.68 0.21 23.65 0.56 0.52
Hex C9 76 40 0 29 44 15 18 38 34
Octal 311 166 100 0 51 104 25 30 70 64
Binary 11001001 1110110 1000000 0 101001 1000100 10101 11000 111000 110100

Color Harmonies of #C97640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97640

Black with #C97640

Text Example


Text Example

White with #C97640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97640; }

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

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

background-color css

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

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

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

border-color css

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

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

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