#CC454A

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

Shades of Mandy #CC454A

Tints of Mandy #CC454A

Color information

#CC454A (or 0xCC454A) is unknown color: approx Mandy. HEX triplet: CC, 45 and 4A. RGB value is (204,69,74). Sum of RGB (Red+Green+Blue) = 204+69+74=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC454A is #33BAB5. Grayscale: #6E6E6E. Windows color (decimal): -3390134 or 4867532. OLE color: 4867532.

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

Color convert

RGB2046974-
CMYK00.660.640.2
HSL357.78º56.96%53.53%-
HSV(B)357.78º66.18%80%-
XYZ28.2717.598.38-
YUV109.94107.73195.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=58.79%
G=19.88%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204697400.660.640.2357.7856.9653.53
HexCC454A04240141663936
Octal3141051120102100245467166
Binary110011001000101100101001000010100000010100101100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC454A; }

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

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

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

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

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

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

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

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