#C69D8B

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

Shades of Quicksand #C69D8B

Tints of Quicksand #C69D8B

Color information

#C69D8B (or 0xC69D8B) is unknown color: approx Quicksand. HEX triplet: C6, 9D and 8B. RGB value is (198,157,139). Sum of RGB (Red+Green+Blue) = 198+157+139=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D8B is #396274. Grayscale: #A7A7A7. Windows color (decimal): -3760757 or 9149894. OLE color: 9149894.

HSL color Cylindrical-coordinate representation of color #C69D8B: hue angle of 18.31º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69D8B is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198157139-
CMYK00.210.300.22
HSL18.31º34.1%66.08%-
HSV(B)18.31º29.8%77.65%-
XYZ40.0137.9829.65-
YUV167.21112.08149.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=40.08%
G=31.78%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815713900.210.300.2218.3134.166.08
HexC69D8B0151E16122242
Octal30623521302536262242102
Binary1100011010011101100010110101011111010110100101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D8B; }

 p { color: rgb(198,157,139); }

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

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

 a { background-color: rgb(198,157,139); }

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

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

 span { border-color: rgb(198,157,139); }

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