#C04654

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

Shades of Mandy #C04654

Tints of Mandy #C04654

Color information

#C04654 (or 0xC04654) is unknown color: approx Mandy. HEX triplet: C0, 46 and 54. RGB value is (192,70,84). Sum of RGB (Red+Green+Blue) = 192+70+84=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04654 is #3FB9AB. Grayscale: #6C6C6C. Windows color (decimal): -4176300 or 5523136. OLE color: 5523136.

HSL color Cylindrical-coordinate representation of color #C04654: hue angle of 353.11º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04654 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1927084-
CMYK00.640.560.25
HSL353.11º49.19%51.37%-
HSV(B)353.11º63.54%75.29%-
XYZ25.5316.2310.17-
YUV108.07114.42187.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=55.49%
G=20.23%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192708400.640.560.25353.1149.1951.37
HexC0465404038191613133
Octal300106124010070315416163
Binary11000000100011010101000100000011100011001101100001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04654; }

 p { color: rgb(192,70,84); }

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

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

 a { background-color: rgb(192,70,84); }

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

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

 span { border-color: rgb(192,70,84); }

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