#C26669

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

Shades of Mandy #C26669

Tints of Mandy #C26669

Color information

#C26669 (or 0xC26669) is unknown color: approx Mandy. HEX triplet: C2, 66 and 69. RGB value is (194,102,105). Sum of RGB (Red+Green+Blue) = 194+102+105=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26669 is #3D9996. Grayscale: #818181. Windows color (decimal): -4037015 or 6907586. OLE color: 6907586.

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

Color convert

RGB194102105-
CMYK00.470.460.24
HSL358.04º42.99%58.04%-
HSV(B)358.04º47.42%76.08%-
XYZ29.5521.9916.05-
YUV129.85113.98173.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=48.38%
G=25.44%
B=26.18%

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
Decimal19410210500.470.460.24358.0442.9958.04
HexC2666902F2E181662b3a
Octal30214615105756305465372
Binary1100001011001101101001010111110111011000101100110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26669; }

 p { color: rgb(194,102,105); }

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

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

 a { background-color: rgb(194,102,105); }

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

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

 span { border-color: rgb(194,102,105); }

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