#C54353

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

Shades of Mandy #C54353

Tints of Mandy #C54353

Color information

#C54353 (or 0xC54353) is unknown color: approx Mandy. HEX triplet: C5, 43 and 53. RGB value is (197,67,83). Sum of RGB (Red+Green+Blue) = 197+67+83=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C54353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54353 is #3ABCAC. Grayscale: #6B6B6B. Windows color (decimal): -3849389 or 5456837. OLE color: 5456837.

HSL color Cylindrical-coordinate representation of color #C54353: hue angle of 352.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54353 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1976783-
CMYK00.660.580.23
HSL352.62º52.85%51.76%-
HSV(B)352.62º65.99%77.25%-
XYZ26.5916.519.97-
YUV107.69114.07191.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=56.77%
G=19.31%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197678300.660.580.23352.6252.8551.76
HexC543530423A171613534
Octal305103123010272275416564
Binary11000101100001110100110100001011101010111101100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54353; }

 p { color: rgb(197,67,83); }

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

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

 a { background-color: rgb(197,67,83); }

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

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

 span { border-color: rgb(197,67,83); }

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