#c26769

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

Shades of Mandy #C26769

Tints of Mandy #C26769

Color information

#C26769 (or 0xC26769) is unknown color: approx Mandy. HEX triplet: C2, 67 and 69. RGB value is (194,103,105). Sum of RGB (Red+Green+Blue) = 194+103+105=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C26769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26769 is #3D9896. Grayscale: #828282. Windows color (decimal): -4036759 or 6907842. OLE color: 6907842.

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

Color convert

RGB194103105-
CMYK00.470.460.24
HSL358.68º42.72%58.24%-
HSV(B)358.68º46.91%76.08%-
XYZ29.6522.1916.09-
YUV130.44113.65173.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=48.26%
G=25.62%
B=26.12%

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
Decimal19410310500.470.460.24358.6842.7258.24
HexC2676902F2E181672b3a
Octal30214715105756305475372
Binary1100001011001111101001010111110111011000101100111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26769; }

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

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

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

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

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

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

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

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