#C8968C

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

Shades of Quicksand #C8968C

Tints of Quicksand #C8968C

Color information

#C8968C (or 0xC8968C) is unknown color: approx Quicksand. HEX triplet: C8, 96 and 8C. RGB value is (200,150,140). Sum of RGB (Red+Green+Blue) = 200+150+140=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968C is #376973. Grayscale: #A3A3A3. Windows color (decimal): -3631476 or 9213640. OLE color: 9213640.

HSL color Cylindrical-coordinate representation of color #C8968C: hue angle of 10º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8968C is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200150140-
CMYK00.250.30.22
HSL10º35.29%66.67%-
HSV(B)10º30%78.43%-
XYZ39.4635.9929.68-
YUV163.81114.56153.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=40.82%
G=30.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015014000.250.30.221035.2966.67
HexC8968C0191E16a2343
Octal31022621403136261243103
Binary110010001001011010001100011001111101011010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8968C; }

 p { color: rgb(200,150,140); }

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

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

 a { background-color: rgb(200,150,140); }

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

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

 span { border-color: rgb(200,150,140); }

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