#C3998E

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

Shades of Quicksand #C3998E

Tints of Quicksand #C3998E

Color information

#C3998E (or 0xC3998E) is unknown color: approx Quicksand. HEX triplet: C3, 99 and 8E. RGB value is (195,153,142). Sum of RGB (Red+Green+Blue) = 195+153+142=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3998E is #3C6671. Grayscale: #A4A4A4. Windows color (decimal): -3958386 or 9345475. OLE color: 9345475.

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

Color convert

RGB195153142-
CMYK00.220.270.24
HSL12.45º30.64%66.08%-
HSV(B)12.45º27.18%76.47%-
XYZ38.7836.3430.56-
YUV164.3115.41149.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=39.80%
G=31.22%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515314200.220.270.2412.4530.6466.08
HexC3998E0161B18c1f42
Octal30323121602633301437102
Binary11000011100110011000111001011011011110001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3998E; }

 p { color: rgb(195,153,142); }

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

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

 a { background-color: rgb(195,153,142); }

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

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

 span { border-color: rgb(195,153,142); }

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