#C8968E

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

Shades of Quicksand #C8968E

Tints of Quicksand #C8968E

Color information

#C8968E (or 0xC8968E) is unknown color: approx Quicksand. HEX triplet: C8, 96 and 8E. RGB value is (200,150,142). Sum of RGB (Red+Green+Blue) = 200+150+142=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968E is #376971. Grayscale: #A4A4A4. Windows color (decimal): -3631474 or 9344712. OLE color: 9344712.

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

Color convert

RGB200150142-
CMYK00.250.290.22
HSL8.28º34.52%67.06%-
HSV(B)8.28º29%78.43%-
XYZ39.6136.0530.46-
YUV164.04115.56153.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=40.65%
G=30.49%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015014200.250.290.228.2834.5267.06
HexC8968E0191D1682343
Octal31022621603135261043103
Binary110010001001011010001110011001111011011010001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8968E; }

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

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

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

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

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

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

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

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