#C8958A

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

Shades of Quicksand #C8958A

Tints of Quicksand #C8958A

Color information

#C8958A (or 0xC8958A) is unknown color: approx Quicksand. HEX triplet: C8, 95 and 8A. RGB value is (200,149,138). Sum of RGB (Red+Green+Blue) = 200+149+138=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958A is #376A75. Grayscale: #A3A3A3. Windows color (decimal): -3631734 or 9082312. OLE color: 9082312.

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

Color convert

RGB200149138-
CMYK00.260.310.22
HSL10.65º36.05%66.27%-
HSV(B)10.65º31%78.43%-
XYZ39.1535.6128.85-
YUV162.99113.9154.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=41.07%
G=30.60%
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.22
SystemRedGreenBlueCMYKHSL
Decimal20014913800.260.310.2210.6536.0566.27
HexC8958A01A1F16b2442
Octal31022521203237261344102
Binary110010001001010110001010011010111111011010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8958A; }

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

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

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

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

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

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

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

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