Html Css Color HEX #C96A3D Zest

📋 copy color: '#C96A3D'

red 201 ◦ green 106 ◦ blue 61

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

Shades of Zest #C96A3D

Tints of Zest #C96A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 54.62%
G = 28.8%
B = 16.58%

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

#C96A3D (or 0xC96A3D) is known color: Zest. HEX triplet: C9, 6A and 3D. RGB value is (201,106,61). Sum of RGB (Red+Green+Blue) = 201+106+61=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A3D is #3695C2. Grayscale: #818181. Windows color (decimal): -3577283 or 4025033. OLE color: 4025033.

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

Color convert

RGB 201 106 61 -
CMYK 0 0.47 0.70 0.21
HSL 19.29º 0.56% 0.51% -
HSV(B) 19.29º 0.7% 0.79% -
XYZ 30.08 23.06 7.28 -
YUV 129.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 201 106 61 0 0.47 0.70 0.21 19.29 0.56 0.51
Hex C9 6A 3D 0 2F 46 15 13 38 33
Octal 311 152 75 0 57 106 25 23 70 63
Binary 11001001 1101010 111101 0 101111 1000110 10101 10011 111000 110011

Color Harmonies of #C96A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A3D

Black with #C96A3D

Text Example


Text Example

White with #C96A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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