#CA9A92

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

Shades of Quicksand #CA9A92

Tints of Quicksand #CA9A92

Color information

#CA9A92 (or 0xCA9A92) is unknown color: approx Quicksand. HEX triplet: CA, 9A and 92. RGB value is (202,154,146). Sum of RGB (Red+Green+Blue) = 202+154+146=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A92 is #35656D. Grayscale: #A7A7A7. Windows color (decimal): -3499374 or 9607882. OLE color: 9607882.

HSL color Cylindrical-coordinate representation of color #CA9A92: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9A92 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202154146-
CMYK00.240.280.21
HSL8.57º34.57%68.24%-
HSV(B)8.57º27.72%79.22%-
XYZ41.137.7432.31-
YUV167.44115.9152.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=40.24%
G=30.68%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215414600.240.280.218.5734.5768.24
HexCA9A920181C1592344
Octal31223222203034251143104
Binary110010101001101010010010011000111001010110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A92; }

 p { color: rgb(202,154,146); }

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

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

 a { background-color: rgb(202,154,146); }

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

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

 span { border-color: rgb(202,154,146); }

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