#C8968A

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

Shades of Quicksand #C8968A

Tints of Quicksand #C8968A

Color information

#C8968A (or 0xC8968A) is unknown color: approx Quicksand. HEX triplet: C8, 96 and 8A. RGB value is (200,150,138). Sum of RGB (Red+Green+Blue) = 200+150+138=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968A is #376975. Grayscale: #A3A3A3. Windows color (decimal): -3631478 or 9082568. OLE color: 9082568.

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

Color convert

RGB200150138-
CMYK00.250.310.22
HSL11.61º36.05%66.27%-
HSV(B)11.61º31%78.43%-
XYZ39.3135.9328.91-
YUV163.58113.56153.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=40.98%
G=30.74%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015013800.250.310.2211.6136.0566.27
HexC8968A0191F16c2442
Octal31022621203137261444102
Binary110010001001011010001010011001111111011011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8968A; }

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

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

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

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

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

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

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

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