#CC454C

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

Shades of Mandy #CC454C

Tints of Mandy #CC454C

Color information

#CC454C (or 0xCC454C) is unknown color: approx Mandy. HEX triplet: CC, 45 and 4C. RGB value is (204,69,76). Sum of RGB (Red+Green+Blue) = 204+69+76=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC454C is #33BAB3. Grayscale: #6E6E6E. Windows color (decimal): -3390132 or 4998604. OLE color: 4998604.

HSL color Cylindrical-coordinate representation of color #CC454C: hue angle of 356.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC454C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2046976-
CMYK00.660.630.2
HSL356.89º56.96%53.53%-
HSV(B)356.89º66.18%80%-
XYZ28.3317.628.74-
YUV110.16108.73194.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=58.45%
G=19.77%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204697600.660.630.2356.8956.9653.53
HexCC454C0423F141653936
Octal314105114010277245457166
Binary11001100100010110011000100001011111110100101100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC454C; }

 p { color: rgb(204,69,76); }

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

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

 a { background-color: rgb(204,69,76); }

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

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

 span { border-color: rgb(204,69,76); }

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