#C69D89

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

Shades of Quicksand #C69D89

Tints of Quicksand #C69D89

Color information

#C69D89 (or 0xC69D89) is unknown color: approx Quicksand. HEX triplet: C6, 9D and 89. RGB value is (198,157,137). Sum of RGB (Red+Green+Blue) = 198+157+137=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D89 is #396276. Grayscale: #A7A7A7. Windows color (decimal): -3760759 or 9018822. OLE color: 9018822.

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

Color convert

RGB198157137-
CMYK00.210.310.22
HSL19.67º34.86%65.69%-
HSV(B)19.67º30.81%77.65%-
XYZ39.8637.9328.89-
YUV166.98111.08150.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=40.24%
G=31.91%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815713700.210.310.2219.6734.8665.69
HexC69D890151F16142342
Octal30623521102537262443102
Binary1100011010011101100010010101011111110110101001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D89; }

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

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

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

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

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

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

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

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