#C26067

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

Shades of Mandy #C26067

Tints of Mandy #C26067

Color information

#C26067 (or 0xC26067) is unknown color: approx Mandy. HEX triplet: C2, 60 and 67. RGB value is (194,96,103). Sum of RGB (Red+Green+Blue) = 194+96+103=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C26067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26067 is #3D9F98. Grayscale: #7E7E7E. Windows color (decimal): -4038553 or 6774978. OLE color: 6774978.

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

Color convert

RGB19496103-
CMYK00.510.470.24
HSL355.71º44.55%56.86%-
HSV(B)355.71º50.52%76.08%-
XYZ28.8820.8115.33-
YUV126.1114.97176.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=49.36%
G=24.43%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949610300.510.470.24355.7144.5556.86
HexC260670332F181642d39
Octal30214014706357305445571
Binary1100001011000001100111011001110111111000101100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26067; }

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

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

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

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

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

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

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

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