#CC4F5F

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

Shades of Mandy #CC4F5F

Tints of Mandy #CC4F5F

Color information

#CC4F5F (or 0xCC4F5F) is unknown color: approx Mandy. HEX triplet: CC, 4F and 5F. RGB value is (204,79,95). Sum of RGB (Red+Green+Blue) = 204+79+95=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F5F is #33B0A0. Grayscale: #767676. Windows color (decimal): -3387553 or 6246348. OLE color: 6246348.

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

Color convert

RGB2047995-
CMYK00.610.530.2
HSL352.32º55.07%55.49%-
HSV(B)352.32º61.27%80%-
XYZ29.7619.2612.97-
YUV118.2114.91189.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=53.97%
G=20.90%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204799500.610.530.2352.3255.0755.49
HexCC4F5F03D35141603737
Octal31411713707565245406767
Binary1100110010011111011111011110111010110100101100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F5F; }

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

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

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

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

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

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

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

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