Html Css Color HEX #C7545F Mandy

📋 copy color: '#C7545F'

red 199 ◦ green 84 ◦ blue 95

#C7545F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C7545F

Tints of Mandy #C7545F

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

 GREEN value IS 84 (33.2% from 255) = 22.22%

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 52.65%
G = 22.22%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7545F (or 0xC7545F) is known color: Mandy. HEX triplet: C7, 54 and 5F. RGB value is (199,84,95). Sum of RGB (Red+Green+Blue) = 199+84+95=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7545F is #38ABA0. Grayscale: #777777. Windows color (decimal): -3713953 or 6247623. OLE color: 6247623.

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

Color convert

RGB 199 84 95 -
CMYK 0 0.58 0.52 0.22
HSL 354.26º 0.51% 0.55% -
HSV(B) 354.26º 0.58% 0.78% -
XYZ 28.79 19.31 13.04 -
YUV 119.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 199 84 95 0 0.58 0.52 0.22 354.26 0.51 0.55
Hex C7 54 5F 0 3A 34 16 162 33 37
Octal 307 124 137 0 72 64 26 542 63 67
Binary 11000111 1010100 1011111 0 111010 110100 10110 101100010 110011 110111

Color Harmonies of #C7545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7545F

Black with #C7545F

Text Example


Text Example

White with #C7545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7545F; }

 p { color: rgb(199,84,95); }

 H1.HeaderClassName
 {
   color: #C7545F;
 }
 .AnyTagClassName
 {
   color: #C7545F;
 }
</style>

background-color css

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

 a { background-color: rgb(199,84,95); }

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

border-color css

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

 span { border-color: rgb(199,84,95); }

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