#CA9E8A

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

Shades of Quicksand #CA9E8A

Tints of Quicksand #CA9E8A

Color information

#CA9E8A (or 0xCA9E8A) is unknown color: approx Quicksand. HEX triplet: CA, 9E and 8A. RGB value is (202,158,138). Sum of RGB (Red+Green+Blue) = 202+158+138=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E8A is #356175. Grayscale: #A9A9A9. Windows color (decimal): -3498358 or 9084618. OLE color: 9084618.

HSL color Cylindrical-coordinate representation of color #CA9E8A: hue angle of 18.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9E8A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202158138-
CMYK00.220.320.21
HSL18.75º37.65%66.67%-
HSV(B)18.75º31.68%79.22%-
XYZ41.1738.8529.37-
YUV168.88110.58151.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=40.56%
G=31.73%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215813800.220.320.2118.7537.6566.67
HexCA9E8A0162015132643
Octal31223621202640252346103
Binary11001010100111101000101001011010000010101100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E8A; }

 p { color: rgb(202,158,138); }

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

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

 a { background-color: rgb(202,158,138); }

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

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

 span { border-color: rgb(202,158,138); }

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