#C6998B

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

Shades of Quicksand #C6998B

Tints of Quicksand #C6998B

Color information

#C6998B (or 0xC6998B) is unknown color: approx Quicksand. HEX triplet: C6, 99 and 8B. RGB value is (198,153,139). Sum of RGB (Red+Green+Blue) = 198+153+139=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6998B is #396674. Grayscale: #A4A4A4. Windows color (decimal): -3761781 or 9148870. OLE color: 9148870.

HSL color Cylindrical-coordinate representation of color #C6998B: hue angle of 14.24º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6998B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198153139-
CMYK00.230.300.22
HSL14.24º34.1%66.08%-
HSV(B)14.24º29.8%77.65%-
XYZ39.3436.6529.43-
YUV164.86113.41151.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=40.41%
G=31.22%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815313900.230.300.2214.2434.166.08
HexC6998B0171E16e2242
Octal30623121302736261642102
Binary110001101001100110001011010111111101011011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6998B; }

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

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

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

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

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

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

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

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