#CC978D

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

Shades of Quicksand #CC978D

Tints of Quicksand #CC978D

Color information

#CC978D (or 0xCC978D) is unknown color: approx Quicksand. HEX triplet: CC, 97 and 8D. RGB value is (204,151,141). Sum of RGB (Red+Green+Blue) = 204+151+141=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978D is #336872. Grayscale: #A5A5A5. Windows color (decimal): -3369075 or 9279436. OLE color: 9279436.

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

Color convert

RGB204151141-
CMYK00.260.310.2
HSL9.52º38.18%67.65%-
HSV(B)9.52º30.88%80%-
XYZ40.7836.8930.17-
YUV165.71114.06155.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=41.13%
G=30.44%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415114100.260.310.29.5238.1867.65
HexCC978D01A1F14a2644
Octal31422721503237241246104
Binary110011001001011110001101011010111111010010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC978D; }

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

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

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

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

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

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

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

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