#C26268

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

Shades of Mandy #C26268

Tints of Mandy #C26268

Color information

#C26268 (or 0xC26268) is unknown color: approx Mandy. HEX triplet: C2, 62 and 68. RGB value is (194,98,104). Sum of RGB (Red+Green+Blue) = 194+98+104=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C26268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26268 is #3D9D97. Grayscale: #7F7F7F. Windows color (decimal): -4038040 or 6841026. OLE color: 6841026.

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

Color convert

RGB19498104-
CMYK00.490.460.24
HSL356.25º44.04%57.25%-
HSV(B)356.25º49.48%76.08%-
XYZ29.1121.215.66-
YUV127.39114.8175.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=48.99%
G=24.75%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949810400.490.460.24356.2544.0457.25
HexC262680312E181642c39
Octal30214215006156305445471
Binary1100001011000101101000011000110111011000101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26268; }

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

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

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

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

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

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

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

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