#c69d90

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

Shades of Quicksand #C69D90

Tints of Quicksand #C69D90

Color information

#C69D90 (or 0xC69D90) is unknown color: approx Quicksand. HEX triplet: C6, 9D and 90. RGB value is (198,157,144). Sum of RGB (Red+Green+Blue) = 198+157+144=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D90 is #39626F. Grayscale: #A7A7A7. Windows color (decimal): -3760752 or 9477574. OLE color: 9477574.

HSL color Cylindrical-coordinate representation of color #C69D90: hue angle of 14.44º 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 #C69D90 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB198157144-
CMYK00.210.270.22
HSL14.44º32.14%67.06%-
HSV(B)14.44º27.27%77.65%-
XYZ40.3838.1331.62-
YUV167.78114.58149.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=39.68%
G=31.46%
B=28.86%

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
Decimal19815714400.210.270.2214.4432.1467.06
HexC69D900151B16e2043
Octal30623522002533261640103
Binary110001101001110110010000010101110111011011101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c69d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c69d90; }

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

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

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

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

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

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

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

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