#C8A18F

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

Shades of Quicksand #C8A18F

Tints of Quicksand #C8A18F

Color information

#C8A18F (or 0xC8A18F) is unknown color: approx Quicksand. HEX triplet: C8, A1 and 8F. RGB value is (200,161,143). Sum of RGB (Red+Green+Blue) = 200+161+143=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A18F is #375E70. Grayscale: #AAAAAA. Windows color (decimal): -3628657 or 9413064. OLE color: 9413064.

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

Color convert

RGB200161143-
CMYK00.190.280.22
HSL18.95º34.13%67.25%-
HSV(B)18.95º28.5%78.43%-
XYZ41.5239.7531.47-
YUV170.61112.42148.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=39.68%
G=31.94%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016114300.190.280.2218.9534.1367.25
HexC8A18F0131C16132243
Octal31024121702334262342103
Binary1100100010100001100011110100111110010110100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A18F; }

 p { color: rgb(200,161,143); }

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

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

 a { background-color: rgb(200,161,143); }

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

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

 span { border-color: rgb(200,161,143); }

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