Html Css Color HEX #C96E3C Zest

📋 copy color: '#C96E3C'

red 201 ◦ green 110 ◦ blue 60

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

Shades of Zest #C96E3C

Tints of Zest #C96E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 54.18%
G = 29.65%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C96E3C (or 0xC96E3C) is known color: Zest. HEX triplet: C9, 6E and 3C. RGB value is (201,110,60). Sum of RGB (Red+Green+Blue) = 201+110+60=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E3C is #3691C3. Grayscale: #838383. Windows color (decimal): -3576260 or 3960521. OLE color: 3960521.

HSL color Cylindrical-coordinate representation of color #C96E3C: hue angle of 21.28º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C96E3C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 60 -
CMYK 0 0.45 0.70 0.21
HSL 21.28º 0.57% 0.51% -
HSV(B) 21.28º 0.7% 0.79% -
XYZ 30.48 23.9 7.28 -
YUV 131.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 201 110 60 0 0.45 0.70 0.21 21.28 0.57 0.51
Hex C9 6E 3C 0 2D 46 15 15 39 33
Octal 311 156 74 0 55 106 25 25 71 63
Binary 11001001 1101110 111100 0 101101 1000110 10101 10101 111001 110011

Color Harmonies of #C96E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E3C

Black with #C96E3C

Text Example


Text Example

White with #C96E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E3C; }

 p { color: rgb(201,110,60); }

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

background-color css

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

 a { background-color: rgb(201,110,60); }

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

border-color css

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

 span { border-color: rgb(201,110,60); }

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