#CA9685

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

Shades of Quicksand #CA9685

Tints of Quicksand #CA9685

Color information

#CA9685 (or 0xCA9685) is unknown color: approx Quicksand. HEX triplet: CA, 96 and 85. RGB value is (202,150,133). Sum of RGB (Red+Green+Blue) = 202+150+133=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9685 is #35697A. Grayscale: #A3A3A3. Windows color (decimal): -3500411 or 8754890. OLE color: 8754890.

HSL color Cylindrical-coordinate representation of color #CA9685: hue angle of 14.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9685 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202150133-
CMYK00.260.340.21
HSL14.78º39.43%65.69%-
HSV(B)14.78º34.16%79.22%-
XYZ39.536.0627.07-
YUV163.61110.73155.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=41.65%
G=30.93%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215013300.260.340.2114.7839.4365.69
HexCA968501A2215f2742
Octal31222620503242251747102
Binary1100101010010110100001010110101000101010111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9685; }

 p { color: rgb(202,150,133); }

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

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

 a { background-color: rgb(202,150,133); }

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

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

 span { border-color: rgb(202,150,133); }

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