#CA9B8A

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

Shades of Quicksand #CA9B8A

Tints of Quicksand #CA9B8A

Color information

#CA9B8A (or 0xCA9B8A) is unknown color: approx Quicksand. HEX triplet: CA, 9B and 8A. RGB value is (202,155,138). Sum of RGB (Red+Green+Blue) = 202+155+138=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9B8A is #356475. Grayscale: #A7A7A7. Windows color (decimal): -3499126 or 9083850. OLE color: 9083850.

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

Color convert

RGB202155138-
CMYK00.230.320.21
HSL15.94º37.65%66.67%-
HSV(B)15.94º31.68%79.22%-
XYZ40.6737.8329.2-
YUV167.11111.57152.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=40.81%
G=31.31%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215513800.230.320.2115.9437.6566.67
HexCA9B8A0172015102643
Octal31223321202740252046103
Binary11001010100110111000101001011110000010101100001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B8A; }

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

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

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

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

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

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

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

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