#CA9C8B

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

Shades of Quicksand #CA9C8B

Tints of Quicksand #CA9C8B

Color information

#CA9C8B (or 0xCA9C8B) is unknown color: approx Quicksand. HEX triplet: CA, 9C and 8B. RGB value is (202,156,139). Sum of RGB (Red+Green+Blue) = 202+156+139=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C8B is #356374. Grayscale: #A7A7A7. Windows color (decimal): -3498869 or 9149642. OLE color: 9149642.

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

Color convert

RGB202156139-
CMYK00.230.310.21
HSL16.19º37.28%66.86%-
HSV(B)16.19º31.19%79.22%-
XYZ40.9138.229.64-
YUV167.82111.74152.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=40.64%
G=31.39%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215613900.230.310.2116.1937.2866.86
HexCA9C8B0171F15102543
Octal31223421302737252045103
Binary1100101010011100100010110101111111110101100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C8B; }

 p { color: rgb(202,156,139); }

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

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

 a { background-color: rgb(202,156,139); }

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

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

 span { border-color: rgb(202,156,139); }

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