#CF4854

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

Shades of Mandy #CF4854

Tints of Mandy #CF4854

Color information

#CF4854 (or 0xCF4854) is unknown color: approx Mandy. HEX triplet: CF, 48 and 54. RGB value is (207,72,84). Sum of RGB (Red+Green+Blue) = 207+72+84=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4854 is #30B7AB. Grayscale: #717171. Windows color (decimal): -3192748 or 5523663. OLE color: 5523663.

HSL color Cylindrical-coordinate representation of color #CF4854: hue angle of 354.67º 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 #CF4854 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2077284-
CMYK00.650.590.19
HSL354.67º58.44%54.71%-
HSV(B)354.67º65.22%81.18%-
XYZ29.6518.5410.4-
YUV113.73111.23194.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.02%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=57.02%
G=19.83%
B=23.14%

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
Decimal207728400.650.590.19354.6758.4454.71
HexCF48540413B131633a37
Octal317110124010173235437267
Binary11001111100100010101000100000111101110011101100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4854; }

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

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

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

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

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

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

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

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