#C26267

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

Shades of Mandy #C26267

Tints of Mandy #C26267

Color information

#C26267 (or 0xC26267) is unknown color: approx Mandy. HEX triplet: C2, 62 and 67. RGB value is (194,98,103). Sum of RGB (Red+Green+Blue) = 194+98+103=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26267 is #3D9D98. Grayscale: #7F7F7F. Windows color (decimal): -4038041 or 6775490. OLE color: 6775490.

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

Color convert

RGB19498103-
CMYK00.490.470.24
HSL356.88º44.04%57.25%-
HSV(B)356.88º49.48%76.08%-
XYZ29.0621.1815.39-
YUV127.27114.3175.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=49.11%
G=24.81%
B=26.08%

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
Decimal1949810300.490.470.24356.8844.0457.25
HexC262670312F181652c39
Octal30214214706157305455471
Binary1100001011000101100111011000110111111000101100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26267; }

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

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

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

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

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

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

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

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