#CA9988

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

Shades of Quicksand #CA9988

Tints of Quicksand #CA9988

Color information

#CA9988 (or 0xCA9988) is unknown color: approx Quicksand. HEX triplet: CA, 99 and 88. RGB value is (202,153,136). Sum of RGB (Red+Green+Blue) = 202+153+136=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9988 is #356677. Grayscale: #A5A5A5. Windows color (decimal): -3499640 or 8952266. OLE color: 8952266.

HSL color Cylindrical-coordinate representation of color #CA9988: hue angle of 15.45º 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 #CA9988 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202153136-
CMYK00.240.330.21
HSL15.45º38.37%66.27%-
HSV(B)15.45º32.67%79.22%-
XYZ40.1937.1228.34-
YUV165.71111.23153.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=41.14%
G=31.16%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215313600.240.330.2115.4538.3766.27
HexCA99880182115f2642
Octal31223121003041251746102
Binary1100101010011001100010000110001000011010111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9988; }

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

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

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

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

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

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

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

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