#CF474A

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

Shades of Mandy #CF474A

Tints of Mandy #CF474A

Color information

#CF474A (or 0xCF474A) is unknown color: approx Mandy. HEX triplet: CF, 47 and 4A. RGB value is (207,71,74). Sum of RGB (Red+Green+Blue) = 207+71+74=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF474A is #30B8B5. Grayscale: #707070. Windows color (decimal): -3193014 or 4868047. OLE color: 4868047.

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

Color convert

RGB2077174-
CMYK00.660.640.19
HSL358.68º58.62%54.51%-
HSV(B)358.68º65.7%81.18%-
XYZ29.2218.278.46-
YUV112.01106.56195.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.81%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=58.81%
G=20.17%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207717400.660.640.19358.6858.6254.51
HexCF474A04240131673b37
Octal3171071120102100235477367
Binary110011111000111100101001000010100000010011101100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF474A; }

 p { color: rgb(207,71,74); }

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

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

 a { background-color: rgb(207,71,74); }

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

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

 span { border-color: rgb(207,71,74); }

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