#C9948A

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

Shades of Quicksand #C9948A

Tints of Quicksand #C9948A

Color information

#C9948A (or 0xC9948A) is unknown color: approx Quicksand. HEX triplet: C9, 94 and 8A. RGB value is (201,148,138). Sum of RGB (Red+Green+Blue) = 201+148+138=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948A is #366B75. Grayscale: #A2A2A2. Windows color (decimal): -3566454 or 9082057. OLE color: 9082057.

HSL color Cylindrical-coordinate representation of color #C9948A: hue angle of 9.52º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9948A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201148138-
CMYK00.260.310.21
HSL9.52º36.84%66.47%-
HSV(B)9.52º31.34%78.82%-
XYZ39.2635.4328.81-
YUV162.71114.06155.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=41.27%
G=30.39%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114813800.260.310.219.5236.8466.47
HexC9948A01A1F15a2542
Octal31122421203237251245102
Binary110010011001010010001010011010111111010110101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9948A; }

 p { color: rgb(201,148,138); }

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

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

 a { background-color: rgb(201,148,138); }

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

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

 span { border-color: rgb(201,148,138); }

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