#C0988A

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

Shades of Quicksand #C0988A

Tints of Quicksand #C0988A

Color information

#C0988A (or 0xC0988A) is unknown color: approx Quicksand. HEX triplet: C0, 98 and 8A. RGB value is (192,152,138). Sum of RGB (Red+Green+Blue) = 192+152+138=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988A is #3F6775. Grayscale: #A2A2A2. Windows color (decimal): -4155254 or 9083072. OLE color: 9083072.

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

Color convert

RGB192152138-
CMYK00.210.280.25
HSL15.56º30%64.71%-
HSV(B)15.56º28.12%75.29%-
XYZ37.5535.528.92-
YUV162.36114.25149.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=39.83%
G=31.54%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215213800.210.280.2515.563064.71
HexC0988A0151C19101e41
Octal30023021202534312036101
Binary110000001001100010001010010101111001100110000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0988A; }

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

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

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

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

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

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

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

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