#C4998A

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

Shades of Quicksand #C4998A

Tints of Quicksand #C4998A

Color information

#C4998A (or 0xC4998A) is unknown color: approx Quicksand. HEX triplet: C4, 99 and 8A. RGB value is (196,153,138). Sum of RGB (Red+Green+Blue) = 196+153+138=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4998A is #3B6675. Grayscale: #A4A4A4. Windows color (decimal): -3892854 or 9083332. OLE color: 9083332.

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

Color convert

RGB196153138-
CMYK00.220.300.23
HSL15.52º32.95%65.49%-
HSV(B)15.52º29.59%76.86%-
XYZ38.7436.3529.02-
YUV164.15113.25150.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=40.25%
G=31.42%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615313800.220.300.2315.5232.9565.49
HexC4998A0161E17102141
Octal30423121202636272041101
Binary1100010010011001100010100101101111010111100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4998A; }

 p { color: rgb(196,153,138); }

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

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

 a { background-color: rgb(196,153,138); }

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

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

 span { border-color: rgb(196,153,138); }

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