#CA9381

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

Shades of Quicksand #CA9381

Tints of Quicksand #CA9381

Color information

#CA9381 (or 0xCA9381) is unknown color: approx Quicksand. HEX triplet: CA, 93 and 81. RGB value is (202,147,129). Sum of RGB (Red+Green+Blue) = 202+147+129=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9381 is #356C7E. Grayscale: #A1A1A1. Windows color (decimal): -3501183 or 8491978. OLE color: 8491978.

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

Color convert

RGB202147129-
CMYK00.270.360.21
HSL14.79º40.78%64.9%-
HSV(B)14.79º36.14%79.22%-
XYZ38.7535.0125.48-
YUV161.39109.72156.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=42.26%
G=30.75%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214712900.270.360.2114.7940.7864.9
HexCA938101B2415f2941
Octal31222320103344251751101
Binary1100101010010011100000010110111001001010111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9381; }

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

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

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

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

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

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

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

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