#CF4448

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

Shades of Mandy #CF4448

Tints of Mandy #CF4448

Color information

#CF4448 (or 0xCF4448) is unknown color: approx Mandy. HEX triplet: CF, 44 and 48. RGB value is (207,68,72). Sum of RGB (Red+Green+Blue) = 207+68+72=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4448 is #30BBB7. Grayscale: #6E6E6E. Windows color (decimal): -3193784 or 4736207. OLE color: 4736207.

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

Color convert

RGB2076872-
CMYK00.670.650.19
HSL358.27º59.15%53.92%-
HSV(B)358.27º67.15%81.18%-
XYZ28.9717.878.05-
YUV110.02106.55197.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.65%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=59.65%
G=19.60%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207687200.670.650.19358.2759.1553.92
HexCF444804341131663b36
Octal3171041100103101235467366
Binary110011111000100100100001000011100000110011101100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4448; }

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

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

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

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

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

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

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

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