#C36468

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

Shades of Mandy #C36468

Tints of Mandy #C36468

Color information

#C36468 (or 0xC36468) is unknown color: approx Mandy. HEX triplet: C3, 64 and 68. RGB value is (195,100,104). Sum of RGB (Red+Green+Blue) = 195+100+104=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36468 is #3C9B97. Grayscale: #808080. Windows color (decimal): -3971992 or 6841539. OLE color: 6841539.

HSL color Cylindrical-coordinate representation of color #C36468: hue angle of 357.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36468 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB195100104-
CMYK00.490.470.24
HSL357.47º44.19%57.84%-
HSV(B)357.47º48.72%76.47%-
XYZ29.5621.7215.73-
YUV128.86113.97175.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=48.87%
G=25.06%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510010400.490.470.24357.4744.1957.84
HexC364680312F181652c3a
Octal30314415006157305455472
Binary1100001111001001101000011000110111111000101100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36468; }

 p { color: rgb(195,100,104); }

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

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

 a { background-color: rgb(195,100,104); }

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

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

 span { border-color: rgb(195,100,104); }

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