#CF5763

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

Shades of Mandy #CF5763

Tints of Mandy #CF5763

Color information

#CF5763 (or 0xCF5763) is unknown color: approx Mandy. HEX triplet: CF, 57 and 63. RGB value is (207,87,99). Sum of RGB (Red+Green+Blue) = 207+87+99=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5763 is #30A89C. Grayscale: #7C7C7C. Windows color (decimal): -3188893 or 6510543. OLE color: 6510543.

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

Color convert

RGB2078799-
CMYK00.580.520.19
HSL354º55.56%57.65%-
HSV(B)354º57.97%81.18%-
XYZ31.3920.9814.2-
YUV124.25113.76187.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=52.67%
G=22.14%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207879900.580.520.1935455.5657.65
HexCF576303A3413162383a
Octal31712714307264235427072
Binary1100111110101111100011011101011010010011101100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5763; }

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

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

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

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

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

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

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

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