#C8958B

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

Shades of Quicksand #C8958B

Tints of Quicksand #C8958B

Color information

#C8958B (or 0xC8958B) is unknown color: approx Quicksand. HEX triplet: C8, 95 and 8B. RGB value is (200,149,139). Sum of RGB (Red+Green+Blue) = 200+149+139=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958B is #376A74. Grayscale: #A3A3A3. Windows color (decimal): -3631733 or 9147848. OLE color: 9147848.

HSL color Cylindrical-coordinate representation of color #C8958B: hue angle of 9.84º 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 #C8958B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200149139-
CMYK00.260.300.22
HSL9.84º35.67%66.47%-
HSV(B)9.84º30.5%78.43%-
XYZ39.2335.6429.24-
YUV163.11114.4154.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=40.98%
G=30.53%
B=28.48%

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
Decimal20014913900.260.300.229.8435.6766.47
HexC8958B01A1E16a2442
Octal31022521303236261244102
Binary110010001001010110001011011010111101011010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8958B; }

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

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

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

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

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

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

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

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