#C8948B

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

Shades of Quicksand #C8948B

Tints of Quicksand #C8948B

Color information

#C8948B (or 0xC8948B) is unknown color: approx Quicksand. HEX triplet: C8, 94 and 8B. RGB value is (200,148,139). Sum of RGB (Red+Green+Blue) = 200+148+139=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8948B is #376B74. Grayscale: #A2A2A2. Windows color (decimal): -3631989 or 9147592. OLE color: 9147592.

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

Color convert

RGB200148139-
CMYK00.260.300.22
HSL8.85º35.67%66.47%-
HSV(B)8.85º30.5%78.43%-
XYZ39.0735.3229.18-
YUV162.52114.73154.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=41.07%
G=30.39%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014813900.260.300.228.8535.6766.47
HexC8948B01A1E1692442
Octal31022421303236261144102
Binary110010001001010010001011011010111101011010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8948B; }

 p { color: rgb(200,148,139); }

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

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

 a { background-color: rgb(200,148,139); }

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

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

 span { border-color: rgb(200,148,139); }

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