#C4A08D

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

Shades of Quicksand #C4A08D

Tints of Quicksand #C4A08D

Color information

#C4A08D (or 0xC4A08D) is unknown color: approx Quicksand. HEX triplet: C4, A0 and 8D. RGB value is (196,160,141). Sum of RGB (Red+Green+Blue) = 196+160+141=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A08D is #3B5F72. Grayscale: #A8A8A8. Windows color (decimal): -3891059 or 9281732. OLE color: 9281732.

HSL color Cylindrical-coordinate representation of color #C4A08D: hue angle of 20.73º degrees, saturation: 0.32, 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 #C4A08D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196160141-
CMYK00.180.280.23
HSL20.73º31.79%66.08%-
HSV(B)20.73º28.06%76.86%-
XYZ40.1438.830.57-
YUV168.6112.43147.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=39.44%
G=32.19%
B=28.37%

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
Decimal19616014100.180.280.2320.7331.7966.08
HexC4A08D0121C17152042
Octal30424021502234272540102
Binary1100010010100000100011010100101110010111101011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A08D; }

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

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

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

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

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

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

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

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