#CA9888

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

Shades of Quicksand #CA9888

Tints of Quicksand #CA9888

Color information

#CA9888 (or 0xCA9888) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 88. RGB value is (202,152,136). Sum of RGB (Red+Green+Blue) = 202+152+136=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9888 is #356777. Grayscale: #A5A5A5. Windows color (decimal): -3499896 or 8952010. OLE color: 8952010.

HSL color Cylindrical-coordinate representation of color #CA9888: hue angle of 14.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9888 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202152136-
CMYK00.250.330.21
HSL14.55º38.37%66.27%-
HSV(B)14.55º32.67%79.22%-
XYZ40.0336.7928.28-
YUV165.13111.56154.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=41.22%
G=31.02%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215213600.250.330.2114.5538.3766.27
HexCA98880192115f2642
Octal31223021003141251746102
Binary1100101010011000100010000110011000011010111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9888; }

 p { color: rgb(202,152,136); }

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

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

 a { background-color: rgb(202,152,136); }

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

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

 span { border-color: rgb(202,152,136); }

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