#C36368

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

Shades of Mandy #C36368

Tints of Mandy #C36368

Color information

#C36368 (or 0xC36368) is unknown color: approx Mandy. HEX triplet: C3, 63 and 68. RGB value is (195,99,104). Sum of RGB (Red+Green+Blue) = 195+99+104=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C36368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36368 is #3C9C97. Grayscale: #808080. Windows color (decimal): -3972248 or 6841283. OLE color: 6841283.

HSL color Cylindrical-coordinate representation of color #C36368: hue angle of 356.88º 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 #C36368 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19599104-
CMYK00.490.470.24
HSL356.88º44.44%57.65%-
HSV(B)356.88º49.23%76.47%-
XYZ29.4721.5315.7-
YUV128.27114.3175.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=48.99%
G=24.87%
B=26.13%

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
Decimal1959910400.490.470.24356.8844.4457.65
HexC363680312F181652c3a
Octal30314315006157305455472
Binary1100001111000111101000011000110111111000101100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36368; }

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

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

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

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

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

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

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

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