#CC4A5F

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

Shades of Mandy #CC4A5F

Tints of Mandy #CC4A5F

Color information

#CC4A5F (or 0xCC4A5F) is unknown color: approx Mandy. HEX triplet: CC, 4A and 5F. RGB value is (204,74,95). Sum of RGB (Red+Green+Blue) = 204+74+95=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A5F is #33B5A0. Grayscale: #737373. Windows color (decimal): -3388833 or 6245068. OLE color: 6245068.

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

Color convert

RGB2047495-
CMYK00.640.530.2
HSL350.31º56.03%54.51%-
HSV(B)350.31º63.73%80%-
XYZ29.4218.5612.86-
YUV115.26116.57191.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=54.69%
G=19.84%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204749500.640.530.2350.3156.0354.51
HexCC4A5F040351415e3837
Octal314112137010065245367067
Binary11001100100101010111110100000011010110100101011110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A5F; }

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

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

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

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

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

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

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

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