#C8A190

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

Shades of Quicksand #C8A190

Tints of Quicksand #C8A190

Color information

#C8A190 (or 0xC8A190) is unknown color: approx Quicksand. HEX triplet: C8, A1 and 90. RGB value is (200,161,144). Sum of RGB (Red+Green+Blue) = 200+161+144=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A190 is #375E6F. Grayscale: #AAAAAA. Windows color (decimal): -3628656 or 9478600. OLE color: 9478600.

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

Color convert

RGB200161144-
CMYK00.190.280.22
HSL18.21º33.73%67.45%-
HSV(B)18.21º28%78.43%-
XYZ41.639.7831.87-
YUV170.72112.92148.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=39.60%
G=31.88%
B=28.51%

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
Decimal20016114400.190.280.2218.2133.7367.45
HexC8A1900131C16122243
Octal31024122002334262242103
Binary1100100010100001100100000100111110010110100101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A190; }

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

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

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

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

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

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

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

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