#CC515B

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

Shades of Mandy #CC515B

Tints of Mandy #CC515B

Color information

#CC515B (or 0xCC515B) is unknown color: approx Mandy. HEX triplet: CC, 51 and 5B. RGB value is (204,81,91). Sum of RGB (Red+Green+Blue) = 204+81+91=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC515B is #33AEA4. Grayscale: #777777. Windows color (decimal): -3387045 or 5984716. OLE color: 5984716.

HSL color Cylindrical-coordinate representation of color #CC515B: hue angle of 355.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC515B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2048191-
CMYK00.600.550.2
HSL355.12º54.67%55.88%-
HSV(B)355.12º60.29%80%-
XYZ29.7319.4812.09-
YUV118.92112.25188.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=54.26%
G=21.54%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204819100.600.550.2355.1254.6755.88
HexCC515B03C37141633738
Octal31412113307467245436770
Binary1100110010100011011011011110011011110100101100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC515B; }

 p { color: rgb(204,81,91); }

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

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

 a { background-color: rgb(204,81,91); }

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

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

 span { border-color: rgb(204,81,91); }

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