#C4A08E

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

Shades of Quicksand #C4A08E

Tints of Quicksand #C4A08E

Color information

#C4A08E (or 0xC4A08E) is unknown color: approx Quicksand. HEX triplet: C4, A0 and 8E. RGB value is (196,160,142). Sum of RGB (Red+Green+Blue) = 196+160+142=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A08E is #3B5F71. Grayscale: #A8A8A8. Windows color (decimal): -3891058 or 9347268. OLE color: 9347268.

HSL color Cylindrical-coordinate representation of color #C4A08E: hue angle of 20º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A08E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196160142-
CMYK00.180.280.23
HSL20º31.4%66.27%-
HSV(B)20º27.55%76.86%-
XYZ40.2238.8330.97-
YUV168.71112.93147.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=39.36%
G=32.13%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616014200.180.280.232031.466.27
HexC4A08E0121C17141f42
Octal30424021602234272437102
Binary110001001010000010001110010010111001011110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A08E; }

 p { color: rgb(196,160,142); }

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

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

 a { background-color: rgb(196,160,142); }

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

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

 span { border-color: rgb(196,160,142); }

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