#CA9992

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

Shades of Quicksand #CA9992

Tints of Quicksand #CA9992

Color information

#CA9992 (or 0xCA9992) is unknown color: approx Quicksand. HEX triplet: CA, 99 and 92. RGB value is (202,153,146). Sum of RGB (Red+Green+Blue) = 202+153+146=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9992 is #35666D. Grayscale: #A6A6A6. Windows color (decimal): -3499630 or 9607626. OLE color: 9607626.

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

Color convert

RGB202153146-
CMYK00.240.280.21
HSL7.5º34.57%68.24%-
HSV(B)7.5º27.72%79.22%-
XYZ40.9437.4132.26-
YUV166.85116.23153.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=40.32%
G=30.54%
B=29.14%

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
Decimal20215314600.240.280.217.534.5768.24
HexCA99920181C1582344
Octal31223122203034251043104
Binary110010101001100110010010011000111001010110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9992; }

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

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

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

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

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

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

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

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