Html Css Color HEX #C54158 Mandy

📋 copy color: '#C54158'

red 197 ◦ green 65 ◦ blue 88

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

Shades of Mandy #C54158

Tints of Mandy #C54158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 56.29%
G = 18.57%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C54158 (or 0xC54158) is known color: Mandy. HEX triplet: C5, 41 and 58. RGB value is (197,65,88). Sum of RGB (Red+Green+Blue) = 197+65+88=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C54158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54158 is #3ABEA7. Grayscale: #6B6B6B. Windows color (decimal): -3849896 or 5784005. OLE color: 5784005.

HSL color Cylindrical-coordinate representation of color #C54158: hue angle of 349.55º 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 #C54158 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 88 -
CMYK 0 0.67 0.55 0.23
HSL 349.55º 0.53% 0.51% -
HSV(B) 349.55º 0.67% 0.77% -
XYZ 26.68 16.36 10.98 -
YUV 107.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 197 65 88 0 0.67 0.55 0.23 349.55 0.53 0.51
Hex C5 41 58 0 43 37 17 15E 35 33
Octal 305 101 130 0 103 67 27 536 65 63
Binary 11000101 1000001 1011000 0 1000011 110111 10111 101011110 110101 110011

Color Harmonies of #C54158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54158

Black with #C54158

Text Example


Text Example

White with #C54158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54158; }

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

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

background-color css

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

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

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

border-color css

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

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

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