#CC978E

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

Shades of Quicksand #CC978E

Tints of Quicksand #CC978E

Color information

#CC978E (or 0xCC978E) is unknown color: approx Quicksand. HEX triplet: CC, 97 and 8E. RGB value is (204,151,142). Sum of RGB (Red+Green+Blue) = 204+151+142=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978E is #336871. Grayscale: #A5A5A5. Windows color (decimal): -3369074 or 9344972. OLE color: 9344972.

HSL color Cylindrical-coordinate representation of color #CC978E: hue angle of 8.71º 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 #CC978E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204151142-
CMYK00.260.300.2
HSL8.71º37.8%67.84%-
HSV(B)8.71º30.39%80%-
XYZ40.8536.9230.57-
YUV165.82114.56155.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=41.05%
G=30.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415114200.260.300.28.7137.867.84
HexCC978E01A1E1492644
Octal31422721603236241146104
Binary110011001001011110001110011010111101010010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC978E; }

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

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

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

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

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

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

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

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