#CAA18D

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

Shades of Quicksand #CAA18D

Tints of Quicksand #CAA18D

Color information

#CAA18D (or 0xCAA18D) is unknown color: approx Quicksand. HEX triplet: CA, A1 and 8D. RGB value is (202,161,141). Sum of RGB (Red+Green+Blue) = 202+161+141=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA18D is #355E72. Grayscale: #ABABAB. Windows color (decimal): -3497587 or 9281994. OLE color: 9281994.

HSL color Cylindrical-coordinate representation of color #CAA18D: hue angle of 19.67º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA18D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202161141-
CMYK00.200.300.21
HSL19.67º36.53%67.25%-
HSV(B)19.67º30.2%79.22%-
XYZ41.9139.9730.71-
YUV170.98111.08150.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=40.08%
G=31.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216114100.200.300.2119.6736.5367.25
HexCAA18D0141E15142543
Octal31224121502436252445103
Binary1100101010100001100011010101001111010101101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA18D; }

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

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

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

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

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

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

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

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