#C06465

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

Shades of Mandy #C06465

Tints of Mandy #C06465

Color information

#C06465 (or 0xC06465) is unknown color: approx Mandy. HEX triplet: C0, 64 and 65. RGB value is (192,100,101). Sum of RGB (Red+Green+Blue) = 192+100+101=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06465 is #3F9B9A. Grayscale: #7F7F7F. Windows color (decimal): -4168603 or 6644928. OLE color: 6644928.

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

Color convert

RGB192100101-
CMYK00.480.470.25
HSL359.35º42.2%57.25%-
HSV(B)359.35º47.92%75.29%-
XYZ28.6421.2614.91-
YUV127.62112.98173.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=48.85%
G=25.45%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210010100.480.470.25359.3542.257.25
HexC064650302F191672a39
Octal30014414506057315475271
Binary1100000011001001100101011000010111111001101100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06465; }

 p { color: rgb(192,100,101); }

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

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

 a { background-color: rgb(192,100,101); }

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

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

 span { border-color: rgb(192,100,101); }

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