#CC4A5B

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

Shades of Mandy #CC4A5B

Tints of Mandy #CC4A5B

Color information

#CC4A5B (or 0xCC4A5B) is unknown color: approx Mandy. HEX triplet: CC, 4A and 5B. RGB value is (204,74,91). Sum of RGB (Red+Green+Blue) = 204+74+91=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A5B is #33B5A4. Grayscale: #727272. Windows color (decimal): -3388837 or 5982924. OLE color: 5982924.

HSL color Cylindrical-coordinate representation of color #CC4A5B: hue angle of 352.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A5B is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2047491-
CMYK00.640.550.2
HSL352.15º56.03%54.51%-
HSV(B)352.15º63.73%80%-
XYZ29.2418.4911.93-
YUV114.81114.57191.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=55.28%
G=20.05%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204749100.640.550.2352.1556.0354.51
HexCC4A5B04037141603837
Octal314112133010067245407067
Binary11001100100101010110110100000011011110100101100000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A5B; }

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

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

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

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

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

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

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

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