#C36066

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

Shades of Mandy #C36066

Tints of Mandy #C36066

Color information

#C36066 (or 0xC36066) is unknown color: approx Mandy. HEX triplet: C3, 60 and 66. RGB value is (195,96,102). Sum of RGB (Red+Green+Blue) = 195+96+102=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C36066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36066 is #3C9F99. Grayscale: #7E7E7E. Windows color (decimal): -3973018 or 6709443. OLE color: 6709443.

HSL color Cylindrical-coordinate representation of color #C36066: hue angle of 356.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36066 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19596102-
CMYK00.510.480.24
HSL356.36º45.21%57.06%-
HSV(B)356.36º50.77%76.47%-
XYZ29.0920.9315.08-
YUV126.28114.3177.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=49.62%
G=24.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959610200.510.480.24356.3645.2157.06
HexC3606603330181642d39
Octal30314014606360305445571
Binary1100001111000001100110011001111000011000101100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36066; }

 p { color: rgb(195,96,102); }

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

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

 a { background-color: rgb(195,96,102); }

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

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

 span { border-color: rgb(195,96,102); }

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