#CA988D

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

Shades of Quicksand #CA988D

Tints of Quicksand #CA988D

Color information

#CA988D (or 0xCA988D) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 8D. RGB value is (202,152,141). Sum of RGB (Red+Green+Blue) = 202+152+141=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988D is #356772. Grayscale: #A5A5A5. Windows color (decimal): -3499891 or 9279690. OLE color: 9279690.

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

Color convert

RGB202152141-
CMYK00.250.300.21
HSL10.82º36.53%67.25%-
HSV(B)10.82º30.2%79.22%-
XYZ40.3936.9430.2-
YUV165.7114.06153.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=40.81%
G=30.71%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215214100.250.300.2110.8236.5367.25
HexCA988D0191E15b2543
Octal31223021503136251345103
Binary110010101001100010001101011001111101010110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA988D; }

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

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

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

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

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

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

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

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