#C0988E

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

Shades of Quicksand #C0988E

Tints of Quicksand #C0988E

Color information

#C0988E (or 0xC0988E) is unknown color: approx Quicksand. HEX triplet: C0, 98 and 8E. RGB value is (192,152,142). Sum of RGB (Red+Green+Blue) = 192+152+142=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988E is #3F6771. Grayscale: #A2A2A2. Windows color (decimal): -4155250 or 9345216. OLE color: 9345216.

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

Color convert

RGB192152142-
CMYK00.210.260.25
HSL12º28.41%65.49%-
HSV(B)12º26.04%75.29%-
XYZ37.8535.6230.47-
YUV162.82116.25148.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=39.51%
G=31.28%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215214200.210.260.251228.4165.49
HexC0988E0151A19c1c41
Octal30023021602532311434101
Binary11000000100110001000111001010111010110011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0988E; }

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

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

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

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

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

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

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

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