Html Css Color HEX #C96D3C Zest

📋 copy color: '#C96D3C'

red 201 ◦ green 109 ◦ blue 60

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

Shades of Zest #C96D3C

Tints of Zest #C96D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

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

R = 54.32%
G = 29.46%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C96D3C (or 0xC96D3C) is known color: Zest. HEX triplet: C9, 6D and 3C. RGB value is (201,109,60). Sum of RGB (Red+Green+Blue) = 201+109+60=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D3C is #3692C3. Grayscale: #838383. Windows color (decimal): -3576516 or 3960265. OLE color: 3960265.

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

Color convert

RGB 201 109 60 -
CMYK 0 0.46 0.70 0.21
HSL 20.85º 0.57% 0.51% -
HSV(B) 20.85º 0.7% 0.79% -
XYZ 30.37 23.68 7.25 -
YUV 130.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 201 109 60 0 0.46 0.70 0.21 20.85 0.57 0.51
Hex C9 6D 3C 0 2E 46 15 15 39 33
Octal 311 155 74 0 56 106 25 25 71 63
Binary 11001001 1101101 111100 0 101110 1000110 10101 10101 111001 110011

Color Harmonies of #C96D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D3C

Black with #C96D3C

Text Example


Text Example

White with #C96D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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