#C6968E

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

Shades of Quicksand #C6968E

Tints of Quicksand #C6968E

Color information

#C6968E (or 0xC6968E) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 8E. RGB value is (198,150,142). Sum of RGB (Red+Green+Blue) = 198+150+142=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6968E is #396971. Grayscale: #A3A3A3. Windows color (decimal): -3762546 or 9344710. OLE color: 9344710.

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

Color convert

RGB198150142-
CMYK00.240.280.22
HSL8.57º32.94%66.67%-
HSV(B)8.57º28.28%77.65%-
XYZ39.0835.7730.44-
YUV163.44115.9152.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=40.41%
G=30.61%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815014200.240.280.228.5732.9466.67
HexC6968E0181C1692143
Octal30622621603034261141103
Binary110001101001011010001110011000111001011010011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6968E; }

 p { color: rgb(198,150,142); }

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

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

 a { background-color: rgb(198,150,142); }

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

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

 span { border-color: rgb(198,150,142); }

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