#CC4F58

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

Shades of Mandy #CC4F58

Tints of Mandy #CC4F58

Color information

#CC4F58 (or 0xCC4F58) is unknown color: approx Mandy. HEX triplet: CC, 4F and 58. RGB value is (204,79,88). Sum of RGB (Red+Green+Blue) = 204+79+88=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F58 is #33B0A7. Grayscale: #757575. Windows color (decimal): -3387560 or 5787596. OLE color: 5787596.

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

Color convert

RGB2047988-
CMYK00.610.570.2
HSL355.68º55.07%55.49%-
HSV(B)355.68º61.27%80%-
XYZ29.4619.1311.37-
YUV117.4111.41189.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=54.99%
G=21.29%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204798800.610.570.2355.6855.0755.49
HexCC4F5803D39141643737
Octal31411713007571245446767
Binary1100110010011111011000011110111100110100101100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F58; }

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

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

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

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

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

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

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

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