#C36062

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

Shades of Mandy #C36062

Tints of Mandy #C36062

Color information

#C36062 (or 0xC36062) is unknown color: approx Mandy. HEX triplet: C3, 60 and 62. RGB value is (195,96,98). Sum of RGB (Red+Green+Blue) = 195+96+98=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36062 is #3C9F9D. Grayscale: #7D7D7D. Windows color (decimal): -3973022 or 6447299. OLE color: 6447299.

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

Color convert

RGB1959698-
CMYK00.510.500.24
HSL358.79º45.21%57.06%-
HSV(B)358.79º50.77%76.47%-
XYZ28.8920.8514.06-
YUV125.83112.3177.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 98 (38.67% from 255) = 25.19%
R=50.13%
G=24.68%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195969800.510.500.24358.7945.2157.06
HexC3606203332181672d39
Octal30314014206362305475571
Binary1100001111000001100010011001111001011000101100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36062; }

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

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

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

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

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

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

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

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