#CF575E

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

Shades of Mandy #CF575E

Tints of Mandy #CF575E

Color information

#CF575E (or 0xCF575E) is unknown color: approx Mandy. HEX triplet: CF, 57 and 5E. RGB value is (207,87,94). Sum of RGB (Red+Green+Blue) = 207+87+94=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF575E is #30A8A1. Grayscale: #7B7B7B. Windows color (decimal): -3188898 or 6182863. OLE color: 6182863.

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

Color convert

RGB2078794-
CMYK00.580.550.19
HSL356.5º55.56%57.65%-
HSV(B)356.5º57.97%81.18%-
XYZ31.1620.8912.98-
YUV123.68111.26187.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=53.35%
G=22.42%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207879400.580.550.19356.555.5657.65
HexCF575E03A3713164383a
Octal31712713607267235447072
Binary1100111110101111011110011101011011110011101100100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF575E; }

 p { color: rgb(207,87,94); }

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

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

 a { background-color: rgb(207,87,94); }

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

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

 span { border-color: rgb(207,87,94); }

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