#C26062

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

Shades of Mandy #C26062

Tints of Mandy #C26062

Color information

#C26062 (or 0xC26062) is unknown color: approx Mandy. HEX triplet: C2, 60 and 62. RGB value is (194,96,98). Sum of RGB (Red+Green+Blue) = 194+96+98=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C26062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26062 is #3D9F9D. Grayscale: #7D7D7D. Windows color (decimal): -4038558 or 6447298. OLE color: 6447298.

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

Color convert

RGB1949698-
CMYK00.510.490.24
HSL358.78º44.55%56.86%-
HSV(B)358.78º50.52%76.08%-
XYZ28.6420.7214.04-
YUV125.53112.47176.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=50%
G=24.74%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194969800.510.490.24358.7844.5556.86
HexC2606203331181672d39
Octal30214014206361305475571
Binary1100001011000001100010011001111000111000101100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26062; }

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

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

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

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

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

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

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

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