#CA988F

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

Shades of Quicksand #CA988F

Tints of Quicksand #CA988F

Color information

#CA988F (or 0xCA988F) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 8F. RGB value is (202,152,143). Sum of RGB (Red+Green+Blue) = 202+152+143=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988F is #356770. Grayscale: #A6A6A6. Windows color (decimal): -3499889 or 9410762. OLE color: 9410762.

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

Color convert

RGB202152143-
CMYK00.250.290.21
HSL9.15º35.76%67.65%-
HSV(B)9.15º29.21%79.22%-
XYZ40.543730.99-
YUV165.92115.06153.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=40.64%
G=30.58%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215214300.250.290.219.1535.7667.65
HexCA988F0191D1592444
Octal31223021703135251144104
Binary110010101001100010001111011001111011010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA988F; }

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

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

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

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

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

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

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

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