#CA988A

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

Shades of Quicksand #CA988A

Tints of Quicksand #CA988A

Color information

#CA988A (or 0xCA988A) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 8A. RGB value is (202,152,138). Sum of RGB (Red+Green+Blue) = 202+152+138=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988A is #356775. Grayscale: #A5A5A5. Windows color (decimal): -3499894 or 9083082. OLE color: 9083082.

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

Color convert

RGB202152138-
CMYK00.250.320.21
HSL13.13º37.65%66.67%-
HSV(B)13.13º31.68%79.22%-
XYZ40.1736.8529.04-
YUV165.35112.56154.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=41.06%
G=30.89%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215213800.250.320.2113.1337.6566.67
HexCA988A0192015d2643
Octal31223021203140251546103
Binary1100101010011000100010100110011000001010111011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA988A; }

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

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

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

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

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

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

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

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