#C06163

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

Shades of Mandy #C06163

Tints of Mandy #C06163

Color information

#C06163 (or 0xC06163) is unknown color: approx Mandy. HEX triplet: C0, 61 and 63. RGB value is (192,97,99). Sum of RGB (Red+Green+Blue) = 192+97+99=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06163 is #3F9E9C. Grayscale: #7D7D7D. Windows color (decimal): -4169373 or 6513088. OLE color: 6513088.

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

Color convert

RGB1929799-
CMYK00.490.480.25
HSL358.74º42.99%56.67%-
HSV(B)358.74º49.48%75.29%-
XYZ28.2720.6614.3-
YUV125.63112.97175.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=49.48%
G=25%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192979900.490.480.25358.7442.9956.67
HexC0616303130191672b39
Octal30014114306160315475371
Binary1100000011000011100011011000111000011001101100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06163; }

 p { color: rgb(192,97,99); }

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

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

 a { background-color: rgb(192,97,99); }

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

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

 span { border-color: rgb(192,97,99); }

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