#c7a18f

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

Shades of Quicksand #C7A18F

Tints of Quicksand #C7A18F

Color information

#C7A18F (or 0xC7A18F) is unknown color: approx Quicksand. HEX triplet: C7, A1 and 8F. RGB value is (199,161,143). Sum of RGB (Red+Green+Blue) = 199+161+143=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A18F is #385E70. Grayscale: #AAAAAA. Windows color (decimal): -3694193 or 9413063. OLE color: 9413063.

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

Color convert

RGB199161143-
CMYK00.190.280.22
HSL19.29º33.33%67.06%-
HSV(B)19.29º28.14%78.04%-
XYZ41.2639.6231.46-
YUV170.31112.59148.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=39.56%
G=32.01%
B=28.43%

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
Decimal19916114300.190.280.2219.2933.3367.06
HexC7A18F0131C16132143
Octal30724121702334262341103
Binary1100011110100001100011110100111110010110100111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a18f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a18f; }

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

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

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

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

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

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

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

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