#CA9488

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

Shades of Quicksand #CA9488

Tints of Quicksand #CA9488

Color information

#CA9488 (or 0xCA9488) is unknown color: approx Quicksand. HEX triplet: CA, 94 and 88. RGB value is (202,148,136). Sum of RGB (Red+Green+Blue) = 202+148+136=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9488 is #356B77. Grayscale: #A2A2A2. Windows color (decimal): -3500920 or 8950986. OLE color: 8950986.

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

Color convert

RGB202148136-
CMYK00.270.330.21
HSL10.91º38.37%66.27%-
HSV(B)10.91º32.67%79.22%-
XYZ39.3935.5128.07-
YUV162.78112.89155.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=41.56%
G=30.45%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214813600.270.330.2110.9138.3766.27
HexCA948801B2115b2642
Octal31222421003341251346102
Binary1100101010010100100010000110111000011010110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9488; }

 p { color: rgb(202,148,136); }

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

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

 a { background-color: rgb(202,148,136); }

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

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

 span { border-color: rgb(202,148,136); }

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