Html Css Color HEX #C54752 Mandy

📋 copy color: '#C54752'

red 197 ◦ green 71 ◦ blue 82

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

Shades of Mandy #C54752

Tints of Mandy #C54752

RGB

 RED value IS 197 (77.34% from 255) = 56.29%

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 56.29%
G = 20.29%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C54752 (or 0xC54752) is known color: Mandy. HEX triplet: C5, 47 and 52. RGB value is (197,71,82). Sum of RGB (Red+Green+Blue) = 197+71+82=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C54752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54752 is #3AB8AD. Grayscale: #6E6E6E. Windows color (decimal): -3848366 or 5392325. OLE color: 5392325.

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

Color convert

RGB 197 71 82 -
CMYK 0 0.64 0.58 0.23
HSL 354.76º 0.52% 0.53% -
HSV(B) 354.76º 0.64% 0.77% -
XYZ 26.8 16.99 9.85 -
YUV 109.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 197 71 82 0 0.64 0.58 0.23 354.76 0.52 0.53
Hex C5 47 52 0 40 3A 17 163 34 35
Octal 305 107 122 0 100 72 27 543 64 65
Binary 11000101 1000111 1010010 0 1000000 111010 10111 101100011 110100 110101

Color Harmonies of #C54752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54752

Black with #C54752

Text Example


Text Example

White with #C54752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54752; }

 p { color: rgb(197,71,82); }

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

background-color css

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

 a { background-color: rgb(197,71,82); }

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

border-color css

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

 span { border-color: rgb(197,71,82); }

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