#C05F66

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

Shades of Mandy #C05F66

Tints of Mandy #C05F66

Color information

#C05F66 (or 0xC05F66) is unknown color: approx Mandy. HEX triplet: C0, 5F and 66. RGB value is (192,95,102). Sum of RGB (Red+Green+Blue) = 192+95+102=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F66 is #3FA099. Grayscale: #7C7C7C. Windows color (decimal): -4169882 or 6709184. OLE color: 6709184.

HSL color Cylindrical-coordinate representation of color #C05F66: hue angle of 355.67º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F66 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19295102-
CMYK00.510.470.25
HSL355.67º43.5%56.27%-
HSV(B)355.67º50.52%75.29%-
XYZ28.2320.3515.01-
YUV124.8115.14175.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=49.36%
G=24.42%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929510200.510.470.25355.6743.556.27
HexC05F660332F191642b38
Octal30013714606357315445370
Binary1100000010111111100110011001110111111001101100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F66; }

 p { color: rgb(192,95,102); }

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

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

 a { background-color: rgb(192,95,102); }

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

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

 span { border-color: rgb(192,95,102); }

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