Html Css Color HEX #C2545F Mandy

📋 copy color: '#C2545F'

red 194 ◦ green 84 ◦ blue 95

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

Shades of Mandy #C2545F

Tints of Mandy #C2545F

RGB

 RED value IS 194 (76.17% from 255) = 52.01%

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

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

R = 52.01%
G = 22.52%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2545F (or 0xC2545F) is known color: Mandy. HEX triplet: C2, 54 and 5F. RGB value is (194,84,95). Sum of RGB (Red+Green+Blue) = 194+84+95=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2545F is #3DABA0. Grayscale: #767676. Windows color (decimal): -4041633 or 6247618. OLE color: 6247618.

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

Color convert

RGB 194 84 95 -
CMYK 0 0.57 0.51 0.24
HSL 354º 0.47% 0.55% -
HSV(B) 354º 0.57% 0.76% -
XYZ 27.48 18.64 12.98 -
YUV 118.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 194 84 95 0 0.57 0.51 0.24 354 0.47 0.55
Hex C2 54 5F 0 39 33 18 162 2F 37
Octal 302 124 137 0 71 63 30 542 57 67
Binary 11000010 1010100 1011111 0 111001 110011 11000 101100010 101111 110111

Color Harmonies of #C2545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2545F

Black with #C2545F

Text Example


Text Example

White with #C2545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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