#CA988C

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

Shades of Quicksand #CA988C

Tints of Quicksand #CA988C

Color information

#CA988C (or 0xCA988C) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 8C. RGB value is (202,152,140). Sum of RGB (Red+Green+Blue) = 202+152+140=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988C is #356773. Grayscale: #A5A5A5. Windows color (decimal): -3499892 or 9214154. OLE color: 9214154.

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

Color convert

RGB202152140-
CMYK00.250.310.21
HSL11.61º36.9%67.06%-
HSV(B)11.61º30.69%79.22%-
XYZ40.3236.9129.81-
YUV165.58113.56153.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=40.89%
G=30.77%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215214000.250.310.2111.6136.967.06
HexCA988C0191F15c2543
Octal31223021403137251445103
Binary110010101001100010001100011001111111010111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA988C; }

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

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

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

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

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

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

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

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