#C26768

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

Shades of Mandy #C26768

Tints of Mandy #C26768

Color information

#C26768 (or 0xC26768) is unknown color: approx Mandy. HEX triplet: C2, 67 and 68. RGB value is (194,103,104). Sum of RGB (Red+Green+Blue) = 194+103+104=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26768 is #3D9897. Grayscale: #828282. Windows color (decimal): -4036760 or 6842306. OLE color: 6842306.

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

Color convert

RGB194103104-
CMYK00.470.460.24
HSL359.34º42.72%58.24%-
HSV(B)359.34º46.91%76.08%-
XYZ29.622.1715.82-
YUV130.32113.15173.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=48.38%
G=25.69%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410310400.470.460.24359.3442.7258.24
HexC2676802F2E181672b3a
Octal30214715005756305475372
Binary1100001011001111101000010111110111011000101100111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26768; }

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

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

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

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

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

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

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

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