#CA988B

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

Shades of Quicksand #CA988B

Tints of Quicksand #CA988B

Color information

#CA988B (or 0xCA988B) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 8B. RGB value is (202,152,139). Sum of RGB (Red+Green+Blue) = 202+152+139=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988B is #356774. Grayscale: #A5A5A5. Windows color (decimal): -3499893 or 9148618. OLE color: 9148618.

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

Color convert

RGB202152139-
CMYK00.250.310.21
HSL12.38º37.28%66.86%-
HSV(B)12.38º31.19%79.22%-
XYZ40.2536.8829.42-
YUV165.47113.06154.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=40.97%
G=30.83%
B=28.19%

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
Decimal20215213900.250.310.2112.3837.2866.86
HexCA988B0191F15c2543
Octal31223021303137251445103
Binary110010101001100010001011011001111111010111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA988B; }

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

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

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

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

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

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

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

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