#C79990

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

Shades of Quicksand #C79990

Tints of Quicksand #C79990

Color information

#C79990 (or 0xC79990) is unknown color: approx Quicksand. HEX triplet: C7, 99 and 90. RGB value is (199,153,144). Sum of RGB (Red+Green+Blue) = 199+153+144=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C79990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79990 is #38666F. Grayscale: #A5A5A5. Windows color (decimal): -3696240 or 9476551. OLE color: 9476551.

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

Color convert

RGB199153144-
CMYK00.230.280.22
HSL9.82º32.93%67.25%-
HSV(B)9.82º27.64%78.04%-
XYZ39.9836.9431.41-
YUV165.73115.74151.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=40.12%
G=30.85%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915314400.230.280.229.8232.9367.25
HexC799900171C16a2143
Octal30723122002734261241103
Binary110001111001100110010000010111111001011010101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79990; }

 p { color: rgb(199,153,144); }

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

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

 a { background-color: rgb(199,153,144); }

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

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

 span { border-color: rgb(199,153,144); }

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