#C0988C

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

Shades of Quicksand #C0988C

Tints of Quicksand #C0988C

Color information

#C0988C (or 0xC0988C) is unknown color: approx Quicksand. HEX triplet: C0, 98 and 8C. RGB value is (192,152,140). Sum of RGB (Red+Green+Blue) = 192+152+140=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988C is #3F6773. Grayscale: #A2A2A2. Windows color (decimal): -4155252 or 9214144. OLE color: 9214144.

HSL color Cylindrical-coordinate representation of color #C0988C: hue angle of 13.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0988C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192152140-
CMYK00.210.270.25
HSL13.85º29.21%65.1%-
HSV(B)13.85º27.08%75.29%-
XYZ37.735.5629.69-
YUV162.59115.25148.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=39.67%
G=31.40%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215214000.210.270.2513.8529.2165.1
HexC0988C0151B19e1d41
Octal30023021402533311635101
Binary11000000100110001000110001010111011110011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0988C; }

 p { color: rgb(192,152,140); }

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

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

 a { background-color: rgb(192,152,140); }

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

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

 span { border-color: rgb(192,152,140); }

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