#C1454D

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

Shades of Mandy #C1454D

Tints of Mandy #C1454D

Color information

#C1454D (or 0xC1454D) is unknown color: approx Mandy. HEX triplet: C1, 45 and 4D. RGB value is (193,69,77). Sum of RGB (Red+Green+Blue) = 193+69+77=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1454D is #3EBAB2. Grayscale: #6B6B6B. Windows color (decimal): -4111027 or 5064129. OLE color: 5064129.

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

Color convert

RGB1936977-
CMYK00.640.600.24
HSL356.13º50%51.37%-
HSV(B)356.13º64.25%75.69%-
XYZ25.4616.138.79-
YUV106.99111.08189.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=56.93%
G=20.35%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193697700.640.600.24356.135051.37
HexC1454D0403C181643233
Octal301105115010074305446263
Binary11000001100010110011010100000011110011000101100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1454D; }

 p { color: rgb(193,69,77); }

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

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

 a { background-color: rgb(193,69,77); }

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

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

 span { border-color: rgb(193,69,77); }

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