#C69D91

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

Shades of Quicksand #C69D91

Tints of Quicksand #C69D91

Color information

#C69D91 (or 0xC69D91) is unknown color: approx Quicksand. HEX triplet: C6, 9D and 91. RGB value is (198,157,145). Sum of RGB (Red+Green+Blue) = 198+157+145=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D91 is #39626E. Grayscale: #A7A7A7. Windows color (decimal): -3760751 or 9543110. OLE color: 9543110.

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

Color convert

RGB198157145-
CMYK00.210.270.22
HSL13.58º31.74%67.25%-
HSV(B)13.58º26.77%77.65%-
XYZ40.4638.1632.02-
YUV167.89115.08149.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.6%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 145 (57.03% from 255) = 29%
R=39.6%
G=31.4%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815714500.210.270.2213.5831.7467.25
HexC69D910151B16e2043
Octal30623522102533261640103
Binary110001101001110110010001010101110111011011101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D91; }

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

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

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

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

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

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

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

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