#CC958B

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

Shades of Quicksand #CC958B

Tints of Quicksand #CC958B

Color information

#CC958B (or 0xCC958B) is unknown color: approx Quicksand. HEX triplet: CC, 95 and 8B. RGB value is (204,149,139). Sum of RGB (Red+Green+Blue) = 204+149+139=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC958B is #336A74. Grayscale: #A4A4A4. Windows color (decimal): -3369589 or 9147852. OLE color: 9147852.

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

Color convert

RGB204149139-
CMYK00.270.320.2
HSL9.23º38.92%67.25%-
HSV(B)9.23º31.86%80%-
XYZ40.3136.229.29-
YUV164.3113.72156.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=41.46%
G=30.28%
B=28.25%

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
Decimal20414913900.270.320.29.2338.9267.25
HexCC958B01B201492743
Octal31422521303340241147103
Binary1100110010010101100010110110111000001010010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC958B; }

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

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

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

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

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

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

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

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