#CC958A

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

Shades of Quicksand #CC958A

Tints of Quicksand #CC958A

Color information

#CC958A (or 0xCC958A) is unknown color: approx Quicksand. HEX triplet: CC, 95 and 8A. RGB value is (204,149,138). Sum of RGB (Red+Green+Blue) = 204+149+138=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC958A is #336A75. Grayscale: #A4A4A4. Windows color (decimal): -3369590 or 9082316. OLE color: 9082316.

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

Color convert

RGB204149138-
CMYK00.270.320.2
HSL10º39.29%67.06%-
HSV(B)10º32.35%80%-
XYZ40.2436.1728.91-
YUV164.19113.22156.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=41.55%
G=30.35%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414913800.270.320.21039.2967.06
HexCC958A01B2014a2743
Octal31422521203340241247103
Binary1100110010010101100010100110111000001010010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC958A; }

 p { color: rgb(204,149,138); }

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

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

 a { background-color: rgb(204,149,138); }

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

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

 span { border-color: rgb(204,149,138); }

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