Html Css Color HEX #C96A3C Zest

📋 copy color: '#C96A3C'

red 201 ◦ green 106 ◦ blue 60

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

Shades of Zest #C96A3C

Tints of Zest #C96A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

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

R = 54.77%
G = 28.88%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C96A3C (or 0xC96A3C) is known color: Zest. HEX triplet: C9, 6A and 3C. RGB value is (201,106,60). Sum of RGB (Red+Green+Blue) = 201+106+60=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A3C is #3695C3. Grayscale: #818181. Windows color (decimal): -3577284 or 3959497. OLE color: 3959497.

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

Color convert

RGB 201 106 60 -
CMYK 0 0.47 0.70 0.21
HSL 19.57º 0.57% 0.51% -
HSV(B) 19.57º 0.7% 0.79% -
XYZ 30.06 23.05 7.14 -
YUV 129.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 201 106 60 0 0.47 0.70 0.21 19.57 0.57 0.51
Hex C9 6A 3C 0 2F 46 15 14 39 33
Octal 311 152 74 0 57 106 25 24 71 63
Binary 11001001 1101010 111100 0 101111 1000110 10101 10100 111001 110011

Color Harmonies of #C96A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A3C

Black with #C96A3C

Text Example


Text Example

White with #C96A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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