#CC4157

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

Shades of Mandy #CC4157

Tints of Mandy #CC4157

Color information

#CC4157 (or 0xCC4157) is unknown color: approx Mandy. HEX triplet: CC, 41 and 57. RGB value is (204,65,87). Sum of RGB (Red+Green+Blue) = 204+65+87=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4157 is #33BEA8. Grayscale: #6D6D6D. Windows color (decimal): -3391145 or 5718476. OLE color: 5718476.

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

Color convert

RGB2046587-
CMYK00.680.570.2
HSL350.5º57.68%52.75%-
HSV(B)350.5º68.14%80%-
XYZ28.5117.3110.85-
YUV109.07115.55195.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=57.30%
G=18.26%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204658700.680.570.2350.557.6852.75
HexCC4157044391415f3a35
Octal314101127010471245377265
Binary11001100100000110101110100010011100110100101011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4157; }

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

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

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

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

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

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

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

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