#C34748

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

Shades of Mandy #C34748

Tints of Mandy #C34748

Color information

#C34748 (or 0xC34748) is unknown color: approx Mandy. HEX triplet: C3, 47 and 48. RGB value is (195,71,72). Sum of RGB (Red+Green+Blue) = 195+71+72=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C34748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34748 is #3CB8B7. Grayscale: #6C6C6C. Windows color (decimal): -3979448 or 4736963. OLE color: 4736963.

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

Color convert

RGB1957172-
CMYK00.640.630.24
HSL359.52º50.82%52.16%-
HSV(B)359.52º63.59%76.47%-
XYZ25.9316.587.96-
YUV108.19107.58189.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=57.69%
G=21.01%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195717200.640.630.24359.5250.8252.16
HexC347480403F181683334
Octal303107110010077305506364
Binary11000011100011110010000100000011111111000101101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34748; }

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

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

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

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

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

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

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

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