#CA958C

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

Shades of Quicksand #CA958C

Tints of Quicksand #CA958C

Color information

#CA958C (or 0xCA958C) is unknown color: approx Quicksand. HEX triplet: CA, 95 and 8C. RGB value is (202,149,140). Sum of RGB (Red+Green+Blue) = 202+149+140=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958C is #356A73. Grayscale: #A3A3A3. Windows color (decimal): -3500660 or 9213386. OLE color: 9213386.

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

Color convert

RGB202149140-
CMYK00.260.310.21
HSL8.71º36.9%67.06%-
HSV(B)8.71º30.69%79.22%-
XYZ39.8435.9429.65-
YUV163.82114.56155.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=41.14%
G=30.35%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214914000.260.310.218.7136.967.06
HexCA958C01A1F1592543
Octal31222521403237251145103
Binary110010101001010110001100011010111111010110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA958C; }

 p { color: rgb(202,149,140); }

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

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

 a { background-color: rgb(202,149,140); }

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

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

 span { border-color: rgb(202,149,140); }

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