#CA958D

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

Shades of Quicksand #CA958D

Tints of Quicksand #CA958D

Color information

#CA958D (or 0xCA958D) is unknown color: approx Quicksand. HEX triplet: CA, 95 and 8D. RGB value is (202,149,141). Sum of RGB (Red+Green+Blue) = 202+149+141=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958D is #356A72. Grayscale: #A4A4A4. Windows color (decimal): -3500659 or 9278922. OLE color: 9278922.

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

Color convert

RGB202149141-
CMYK00.260.300.21
HSL7.87º36.53%67.25%-
HSV(B)7.87º30.2%79.22%-
XYZ39.9135.9730.04-
YUV163.94115.06155.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=41.06%
G=30.28%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214914100.260.300.217.8736.5367.25
HexCA958D01A1E1582543
Octal31222521503236251045103
Binary110010101001010110001101011010111101010110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA958D; }

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

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

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

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

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

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

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

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