#C26167

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

Shades of Mandy #C26167

Tints of Mandy #C26167

Color information

#C26167 (or 0xC26167) is unknown color: approx Mandy. HEX triplet: C2, 61 and 67. RGB value is (194,97,103). Sum of RGB (Red+Green+Blue) = 194+97+103=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C26167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26167 is #3D9E98. Grayscale: #7E7E7E. Windows color (decimal): -4038297 or 6775234. OLE color: 6775234.

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

Color convert

RGB19497103-
CMYK00.500.470.24
HSL356.29º44.29%57.06%-
HSV(B)356.29º50%76.08%-
XYZ28.972115.36-
YUV126.69114.64176.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=49.24%
G=24.62%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949710300.500.470.24356.2944.2957.06
HexC261670322F181642c39
Octal30214114706257305445471
Binary1100001011000011100111011001010111111000101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26167; }

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

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

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

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

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

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

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

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