#c4485b

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

Shades of Mandy #C4485B

Tints of Mandy #C4485B

Color information

#C4485B (or 0xC4485B) is unknown color: approx Mandy. HEX triplet: C4, 48 and 5B. RGB value is (196,72,91). Sum of RGB (Red+Green+Blue) = 196+72+91=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4485B is #3BB7A4. Grayscale: #6F6F6F. Windows color (decimal): -3913637 or 5982404. OLE color: 5982404.

HSL color Cylindrical-coordinate representation of color #C4485B: hue angle of 350.81º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4485B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1967291-
CMYK00.630.540.23
HSL350.81º51.24%52.55%-
HSV(B)350.81º63.27%76.86%-
XYZ26.9717.1311.78-
YUV111.24116.58188.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=54.60%
G=20.06%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196729100.630.540.23350.8151.2452.55
HexC4485B03F361715f3335
Octal30411013307766275376365
Binary1100010010010001011011011111111011010111101011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4485b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4485b; }

 p { color: rgb(196,72,91); }

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

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

 a { background-color: rgb(196,72,91); }

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

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

 span { border-color: rgb(196,72,91); }

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