#C69487

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

Shades of Quicksand #C69487

Tints of Quicksand #C69487

Color information

#C69487 (or 0xC69487) is unknown color: approx Quicksand. HEX triplet: C6, 94 and 87. RGB value is (198,148,135). Sum of RGB (Red+Green+Blue) = 198+148+135=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69487 is #396B78. Grayscale: #A1A1A1. Windows color (decimal): -3763065 or 8885446. OLE color: 8885446.

HSL color Cylindrical-coordinate representation of color #C69487: hue angle of 12.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69487 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB198148135-
CMYK00.250.320.22
HSL12.38º35.59%65.29%-
HSV(B)12.38º31.82%77.65%-
XYZ38.2534.9327.65-
YUV161.47113.06154.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=41.16%
G=30.77%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814813500.250.320.2212.3835.5965.29
HexC694870192016c2441
Octal30622420703140261444101
Binary1100011010010100100001110110011000001011011001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69487; }

 p { color: rgb(198,148,135); }

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

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

 a { background-color: rgb(198,148,135); }

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

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

 span { border-color: rgb(198,148,135); }

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