#CC988E

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

Shades of Quicksand #CC988E

Tints of Quicksand #CC988E

Color information

#CC988E (or 0xCC988E) is unknown color: approx Quicksand. HEX triplet: CC, 98 and 8E. RGB value is (204,152,142). Sum of RGB (Red+Green+Blue) = 204+152+142=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC988E is #336771. Grayscale: #A6A6A6. Windows color (decimal): -3368818 or 9345228. OLE color: 9345228.

HSL color Cylindrical-coordinate representation of color #CC988E: hue angle of 9.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC988E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204152142-
CMYK00.250.300.2
HSL9.68º37.8%67.84%-
HSV(B)9.68º30.39%80%-
XYZ41.0137.2530.62-
YUV166.41114.23154.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=40.96%
G=30.52%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415214200.250.300.29.6837.867.84
HexCC988E0191E14a2644
Octal31423021603136241246104
Binary110011001001100010001110011001111101010010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC988E; }

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

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

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

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

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

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

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

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