#CC4158

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

Shades of Mandy #CC4158

Tints of Mandy #CC4158

Color information

#CC4158 (or 0xCC4158) is unknown color: approx Mandy. HEX triplet: CC, 41 and 58. RGB value is (204,65,88). Sum of RGB (Red+Green+Blue) = 204+65+88=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4158 is #33BEA7. Grayscale: #6D6D6D. Windows color (decimal): -3391144 or 5784012. OLE color: 5784012.

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

Color convert

RGB2046588-
CMYK00.680.570.2
HSL350.07º57.68%52.75%-
HSV(B)350.07º68.14%80%-
XYZ28.5517.3211.07-
YUV109.18116.05195.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=57.14%
G=18.21%
B=24.65%

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
Decimal204658800.680.570.2350.0757.6852.75
HexCC4158044391415e3a35
Octal314101130010471245367265
Binary11001100100000110110000100010011100110100101011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4158; }

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

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

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

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

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

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

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

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