#C1474B

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

Shades of Mandy #C1474B

Tints of Mandy #C1474B

Color information

#C1474B (or 0xC1474B) is unknown color: approx Mandy. HEX triplet: C1, 47 and 4B. RGB value is (193,71,75). Sum of RGB (Red+Green+Blue) = 193+71+75=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1474B is #3EB8B4. Grayscale: #6C6C6C. Windows color (decimal): -4110517 or 4933569. OLE color: 4933569.

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

Color convert

RGB1937175-
CMYK00.630.610.24
HSL358.03º49.59%51.76%-
HSV(B)358.03º63.21%75.69%-
XYZ25.5216.358.47-
YUV107.93109.42188.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=56.93%
G=20.94%
B=22.12%

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
Decimal193717500.630.610.24358.0349.5951.76
HexC1474B03F3D181663234
Octal30110711307775305466264
Binary1100000110001111001011011111111110111000101100110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1474B; }

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

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

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

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

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

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

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

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