#C2A08D

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

Shades of Quicksand #C2A08D

Tints of Quicksand #C2A08D

Color information

#C2A08D (or 0xC2A08D) is unknown color: approx Quicksand. HEX triplet: C2, A0 and 8D. RGB value is (194,160,141). Sum of RGB (Red+Green+Blue) = 194+160+141=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A08D is #3D5F72. Grayscale: #A8A8A8. Windows color (decimal): -4022131 or 9281730. OLE color: 9281730.

HSL color Cylindrical-coordinate representation of color #C2A08D: hue angle of 21.51º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A08D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194160141-
CMYK00.180.270.24
HSL21.51º30.29%65.69%-
HSV(B)21.51º27.32%76.08%-
XYZ39.6338.5330.55-
YUV168112.76146.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=39.19%
G=32.32%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416014100.180.270.2421.5130.2965.69
HexC2A08D0121B18161e42
Octal30224021502233302636102
Binary110000101010000010001101010010110111100010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A08D; }

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

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

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

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

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

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

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

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