#C46769

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

Shades of Mandy #C46769

Tints of Mandy #C46769

Color information

#C46769 (or 0xC46769) is unknown color: approx Mandy. HEX triplet: C4, 67 and 69. RGB value is (196,103,105). Sum of RGB (Red+Green+Blue) = 196+103+105=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C46769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46769 is #3B9896. Grayscale: #838383. Windows color (decimal): -3905687 or 6907844. OLE color: 6907844.

HSL color Cylindrical-coordinate representation of color #C46769: hue angle of 358.71º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46769 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196103105-
CMYK00.470.460.23
HSL358.71º44.08%58.63%-
HSV(B)358.71º47.45%76.86%-
XYZ30.1722.4616.11-
YUV131.04113.31174.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=48.51%
G=25.50%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610310500.470.460.23358.7144.0858.63
HexC4676902F2E171672c3b
Octal30414715105756275475473
Binary1100010011001111101001010111110111010111101100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46769; }

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

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

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

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

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

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

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

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