#C2998B

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

Shades of Quicksand #C2998B

Tints of Quicksand #C2998B

Color information

#C2998B (or 0xC2998B) is unknown color: approx Quicksand. HEX triplet: C2, 99 and 8B. RGB value is (194,153,139). Sum of RGB (Red+Green+Blue) = 194+153+139=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2998B is #3D6674. Grayscale: #A3A3A3. Windows color (decimal): -4023925 or 9148866. OLE color: 9148866.

HSL color Cylindrical-coordinate representation of color #C2998B: hue angle of 15.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2998B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194153139-
CMYK00.210.280.24
HSL15.27º31.07%65.29%-
HSV(B)15.27º28.35%76.08%-
XYZ38.336.1229.38-
YUV163.66114.08149.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=39.92%
G=31.48%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415313900.210.280.2415.2731.0765.29
HexC2998B0151C18f1f41
Octal30223121302534301737101
Binary11000010100110011000101101010111100110001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2998B; }

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

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

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

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

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

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

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

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