#CA9181

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

Shades of Quicksand #CA9181

Tints of Quicksand #CA9181

Color information

#CA9181 (or 0xCA9181) is unknown color: approx Quicksand. HEX triplet: CA, 91 and 81. RGB value is (202,145,129). Sum of RGB (Red+Green+Blue) = 202+145+129=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9181 is #356E7E. Grayscale: #A0A0A0. Windows color (decimal): -3501695 or 8491466. OLE color: 8491466.

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

Color convert

RGB202145129-
CMYK00.280.360.21
HSL13.15º40.78%64.9%-
HSV(B)13.15º36.14%79.22%-
XYZ38.4434.3925.38-
YUV160.22110.38157.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=42.44%
G=30.46%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214512900.280.360.2113.1540.7864.9
HexCA918101C2415d2941
Octal31222120103444251551101
Binary1100101010010001100000010111001001001010111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9181; }

 p { color: rgb(202,145,129); }

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

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

 a { background-color: rgb(202,145,129); }

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

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

 span { border-color: rgb(202,145,129); }

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