#C26162

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

Shades of Mandy #C26162

Tints of Mandy #C26162

Color information

#C26162 (or 0xC26162) is unknown color: approx Mandy. HEX triplet: C2, 61 and 62. RGB value is (194,97,98). Sum of RGB (Red+Green+Blue) = 194+97+98=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C26162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26162 is #3D9E9D. Grayscale: #7E7E7E. Windows color (decimal): -4038302 or 6447554. OLE color: 6447554.

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

Color convert

RGB1949798-
CMYK00.500.490.24
HSL359.38º44.29%57.06%-
HSV(B)359.38º50%76.08%-
XYZ28.7320.914.08-
YUV126.12112.14176.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 98 (38.67% from 255) = 25.19%
R=49.87%
G=24.94%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194979800.500.490.24359.3844.2957.06
HexC2616203231181672c39
Octal30214114206261305475471
Binary1100001011000011100010011001011000111000101100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26162; }

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

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

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

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

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

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

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

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