#C69890

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

Shades of Quicksand #C69890

Tints of Quicksand #C69890

Color information

#C69890 (or 0xC69890) is unknown color: approx Quicksand. HEX triplet: C6, 98 and 90. RGB value is (198,152,144). Sum of RGB (Red+Green+Blue) = 198+152+144=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69890 is #39676F. Grayscale: #A4A4A4. Windows color (decimal): -3762032 or 9476294. OLE color: 9476294.

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

Color convert

RGB198152144-
CMYK00.230.270.22
HSL8.89º32.14%67.06%-
HSV(B)8.89º27.27%77.65%-
XYZ39.5536.4831.34-
YUV164.84116.24151.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=40.08%
G=30.77%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815214400.230.270.228.8932.1467.06
HexC698900171B1692043
Octal30623022002733261140103
Binary110001101001100010010000010111110111011010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69890; }

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

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

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

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

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

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

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

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