Html Css Color HEX #C54155 Mandy

📋 copy color: '#C54155'

red 197 ◦ green 65 ◦ blue 85

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

Shades of Mandy #C54155

Tints of Mandy #C54155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 56.77%
G = 18.73%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C54155 (or 0xC54155) is known color: Mandy. HEX triplet: C5, 41 and 55. RGB value is (197,65,85). Sum of RGB (Red+Green+Blue) = 197+65+85=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C54155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54155 is #3ABEAA. Grayscale: #6A6A6A. Windows color (decimal): -3849899 or 5587397. OLE color: 5587397.

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

Color convert

RGB 197 65 85 -
CMYK 0 0.67 0.57 0.23
HSL 350.91º 0.53% 0.51% -
HSV(B) 350.91º 0.67% 0.77% -
XYZ 26.56 16.31 10.34 -
YUV 106.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 197 65 85 0 0.67 0.57 0.23 350.91 0.53 0.51
Hex C5 41 55 0 43 39 17 15F 35 33
Octal 305 101 125 0 103 71 27 537 65 63
Binary 11000101 1000001 1010101 0 1000011 111001 10111 101011111 110101 110011

Color Harmonies of #C54155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54155

Black with #C54155

Text Example


Text Example

White with #C54155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54155; }

 p { color: rgb(197,65,85); }

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

background-color css

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

 a { background-color: rgb(197,65,85); }

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

border-color css

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

 span { border-color: rgb(197,65,85); }

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