#C0A096

Color #C0A096 Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C0A096

Tints of Quicksand #C0A096

Color information

#C0A096 (or 0xC0A096) is unknown color: approx Quicksand. HEX triplet: C0, A0 and 96. RGB value is (192,160,150). Sum of RGB (Red+Green+Blue) = 192+160+150=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A096 is #3F5F69. Grayscale: #A8A8A8. Windows color (decimal): -4153194 or 9871552. OLE color: 9871552.

HSL color Cylindrical-coordinate representation of color #C0A096: hue angle of 14.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A096 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192160150-
CMYK00.170.220.25
HSL14.29º25%67.06%-
HSV(B)14.29º21.88%75.29%-
XYZ39.8138.5534.2-
YUV168.43117.6144.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=38.25%
G=31.87%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216015000.170.220.2514.292567.06
HexC0A0960111619e1943
Octal30024022602126311631103
Binary11000000101000001001011001000110110110011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A096; }

 p { color: rgb(192,160,150); }

 H1.HeaderClassName
 {
   color: #C0A096;
 }
 .AnyTagClassName
 {
   color: #C0A096;
 }
</style>
background-color css

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

 a { background-color: rgb(192,160,150); }

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

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

 span { border-color: rgb(192,160,150); }

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