#cc978b

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

Shades of Quicksand #CC978B

Tints of Quicksand #CC978B

Color information

#CC978B (or 0xCC978B) is unknown color: approx Quicksand. HEX triplet: CC, 97 and 8B. RGB value is (204,151,139). Sum of RGB (Red+Green+Blue) = 204+151+139=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978B is #336874. Grayscale: #A5A5A5. Windows color (decimal): -3369077 or 9148364. OLE color: 9148364.

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

Color convert

RGB204151139-
CMYK00.260.320.2
HSL11.08º38.92%67.25%-
HSV(B)11.08º31.86%80%-
XYZ40.6336.8329.39-
YUV165.48113.06155.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=41.30%
G=30.57%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415113900.260.320.211.0838.9267.25
HexCC978B01A2014b2743
Octal31422721303240241347103
Binary1100110010010111100010110110101000001010010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc978b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc978b; }

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

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

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

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

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

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

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

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