#C6454B

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

Shades of Mandy #C6454B

Tints of Mandy #C6454B

Color information

#C6454B (or 0xC6454B) is unknown color: approx Mandy. HEX triplet: C6, 45 and 4B. RGB value is (198,69,75). Sum of RGB (Red+Green+Blue) = 198+69+75=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6454B is #39BAB4. Grayscale: #6C6C6C. Windows color (decimal): -3783349 or 4933062. OLE color: 4933062.

HSL color Cylindrical-coordinate representation of color #C6454B: hue angle of 357.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6454B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1986975-
CMYK00.650.620.22
HSL357.21º53.09%52.35%-
HSV(B)357.21º65.15%77.65%-
XYZ26.6916.778.49-
YUV108.26109.24192.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.89%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=57.89%
G=20.18%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198697500.650.620.22357.2153.0952.35
HexC6454B0413E161653534
Octal306105113010176265456564
Binary11000110100010110010110100000111111010110101100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6454B; }

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

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

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

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

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

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

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

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