#CC4150

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

Shades of Mandy #CC4150

Tints of Mandy #CC4150

Color information

#CC4150 (or 0xCC4150) is unknown color: approx Mandy. HEX triplet: CC, 41 and 50. RGB value is (204,65,80). Sum of RGB (Red+Green+Blue) = 204+65+80=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4150 is #33BEAF. Grayscale: #6C6C6C. Windows color (decimal): -3391152 or 5259724. OLE color: 5259724.

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

Color convert

RGB2046580-
CMYK00.680.610.2
HSL353.53º57.68%52.75%-
HSV(B)353.53º68.14%80%-
XYZ28.2417.29.42-
YUV108.27112.05196.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=58.45%
G=18.62%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204658000.680.610.2353.5357.6852.75
HexCC41500443D141623a35
Octal314101120010475245427265
Binary11001100100000110100000100010011110110100101100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4150; }

 p { color: rgb(204,65,80); }

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

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

 a { background-color: rgb(204,65,80); }

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

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

 span { border-color: rgb(204,65,80); }

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