#CF4855

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

Shades of Mandy #CF4855

Tints of Mandy #CF4855

Color information

#CF4855 (or 0xCF4855) is unknown color: approx Mandy. HEX triplet: CF, 48 and 55. RGB value is (207,72,85). Sum of RGB (Red+Green+Blue) = 207+72+85=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4855 is #30B7AA. Grayscale: #717171. Windows color (decimal): -3192747 or 5589199. OLE color: 5589199.

HSL color Cylindrical-coordinate representation of color #CF4855: hue angle of 354.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4855 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2077285-
CMYK00.650.590.19
HSL354.22º58.44%54.71%-
HSV(B)354.22º65.22%81.18%-
XYZ29.6918.5610.61-
YUV113.85111.73194.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.87%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=56.87%
G=19.78%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207728500.650.590.19354.2258.4454.71
HexCF48550413B131623a37
Octal317110125010173235427267
Binary11001111100100010101010100000111101110011101100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4855; }

 p { color: rgb(207,72,85); }

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

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

 a { background-color: rgb(207,72,85); }

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

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

 span { border-color: rgb(207,72,85); }

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