#C3484D

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

Shades of Mandy #C3484D

Tints of Mandy #C3484D

Color information

#C3484D (or 0xC3484D) is unknown color: approx Mandy. HEX triplet: C3, 48 and 4D. RGB value is (195,72,77). Sum of RGB (Red+Green+Blue) = 195+72+77=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3484D is #3CB7B2. Grayscale: #6D6D6D. Windows color (decimal): -3979187 or 5064899. OLE color: 5064899.

HSL color Cylindrical-coordinate representation of color #C3484D: hue angle of 357.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3484D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1957277-
CMYK00.630.610.24
HSL357.56º50.62%52.35%-
HSV(B)357.56º63.08%76.47%-
XYZ26.1616.778.88-
YUV109.35109.75189.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=56.69%
G=20.93%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195727700.630.610.24357.5650.6252.35
HexC3484D03F3D181663334
Octal30311011507775305466364
Binary1100001110010001001101011111111110111000101100110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3484D; }

 p { color: rgb(195,72,77); }

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

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

 a { background-color: rgb(195,72,77); }

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

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

 span { border-color: rgb(195,72,77); }

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