#C8A18D

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

Shades of Quicksand #C8A18D

Tints of Quicksand #C8A18D

Color information

#C8A18D (or 0xC8A18D) is unknown color: approx Quicksand. HEX triplet: C8, A1 and 8D. RGB value is (200,161,141). Sum of RGB (Red+Green+Blue) = 200+161+141=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A18D is #375E72. Grayscale: #AAAAAA. Windows color (decimal): -3628659 or 9281992. OLE color: 9281992.

HSL color Cylindrical-coordinate representation of color #C8A18D: hue angle of 20.34º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A18D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200161141-
CMYK00.190.290.22
HSL20.34º34.91%66.86%-
HSV(B)20.34º29.5%78.43%-
XYZ41.3739.6930.68-
YUV170.38111.42149.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=39.84%
G=32.07%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016114100.190.290.2220.3434.9166.86
HexC8A18D0131D16142343
Octal31024121502335262443103
Binary1100100010100001100011010100111110110110101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A18D; }

 p { color: rgb(200,161,141); }

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

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

 a { background-color: rgb(200,161,141); }

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

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

 span { border-color: rgb(200,161,141); }

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