Html Css Color HEX #C1545F Mandy

📋 copy color: '#C1545F'

red 193 ◦ green 84 ◦ blue 95

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

Shades of Mandy #C1545F

Tints of Mandy #C1545F

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

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

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

R = 51.88%
G = 22.58%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1545F (or 0xC1545F) is known color: Mandy. HEX triplet: C1, 54 and 5F. RGB value is (193,84,95). Sum of RGB (Red+Green+Blue) = 193+84+95=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1545F is #3EABA0. Grayscale: #757575. Windows color (decimal): -4107169 or 6247617. OLE color: 6247617.

HSL color Cylindrical-coordinate representation of color #C1545F: hue angle of 353.94º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1545F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 95 -
CMYK 0 0.56 0.51 0.24
HSL 353.94º 0.47% 0.54% -
HSV(B) 353.94º 0.56% 0.76% -
XYZ 27.23 18.5 12.96 -
YUV 117.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 193 84 95 0 0.56 0.51 0.24 353.94 0.47 0.54
Hex C1 54 5F 0 38 33 18 162 2F 36
Octal 301 124 137 0 70 63 30 542 57 66
Binary 11000001 1010100 1011111 0 111000 110011 11000 101100010 101111 110110

Color Harmonies of #C1545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1545F

Black with #C1545F

Text Example


Text Example

White with #C1545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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