#C6998F

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

Shades of Quicksand #C6998F

Tints of Quicksand #C6998F

Color information

#C6998F (or 0xC6998F) is unknown color: approx Quicksand. HEX triplet: C6, 99 and 8F. RGB value is (198,153,143). Sum of RGB (Red+Green+Blue) = 198+153+143=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6998F is #396670. Grayscale: #A5A5A5. Windows color (decimal): -3761777 or 9411014. OLE color: 9411014.

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

Color convert

RGB198153143-
CMYK00.230.280.22
HSL10.91º32.54%66.86%-
HSV(B)10.91º27.78%77.65%-
XYZ39.6436.7731-
YUV165.31115.41151.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=40.08%
G=30.97%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815314300.230.280.2210.9132.5466.86
HexC6998F0171C16b2143
Octal30623121702734261341103
Binary110001101001100110001111010111111001011010111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6998F; }

 p { color: rgb(198,153,143); }

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

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

 a { background-color: rgb(198,153,143); }

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

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

 span { border-color: rgb(198,153,143); }

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