#C1454B

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

Shades of Mandy #C1454B

Tints of Mandy #C1454B

Color information

#C1454B (or 0xC1454B) is unknown color: approx Mandy. HEX triplet: C1, 45 and 4B. RGB value is (193,69,75). Sum of RGB (Red+Green+Blue) = 193+69+75=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1454B is #3EBAB4. Grayscale: #6A6A6A. Windows color (decimal): -4111029 or 4933057. OLE color: 4933057.

HSL color Cylindrical-coordinate representation of color #C1454B: hue angle of 357.1º 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 #C1454B is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1936975-
CMYK00.640.610.24
HSL357.1º50%51.37%-
HSV(B)357.1º64.25%75.69%-
XYZ25.3916.18.43-
YUV106.76110.08189.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=57.27%
G=20.47%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193697500.640.610.24357.15051.37
HexC1454B0403D181653233
Octal301105113010075305456263
Binary11000001100010110010110100000011110111000101100101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1454B; }

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

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

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

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

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

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

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

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