#C36466

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

Shades of Mandy #C36466

Tints of Mandy #C36466

Color information

#C36466 (or 0xC36466) is unknown color: approx Mandy. HEX triplet: C3, 64 and 66. RGB value is (195,100,102). Sum of RGB (Red+Green+Blue) = 195+100+102=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36466 is #3C9B99. Grayscale: #808080. Windows color (decimal): -3971994 or 6710467. OLE color: 6710467.

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

Color convert

RGB195100102-
CMYK00.490.480.24
HSL358.74º44.19%57.84%-
HSV(B)358.74º48.72%76.47%-
XYZ29.4621.6815.2-
YUV128.63112.97175.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=49.12%
G=25.19%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510010200.490.480.24358.7444.1957.84
HexC3646603130181672c3a
Octal30314414606160305475472
Binary1100001111001001100110011000111000011000101100111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36466; }

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

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

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

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

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

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

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

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