Html Css Color HEX #C54255 Mandy

📋 copy color: '#C54255'

red 197 ◦ green 66 ◦ blue 85

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

Shades of Mandy #C54255

Tints of Mandy #C54255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 56.61%
G = 18.97%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C54255 (or 0xC54255) is known color: Mandy. HEX triplet: C5, 42 and 55. RGB value is (197,66,85). Sum of RGB (Red+Green+Blue) = 197+66+85=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C54255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54255 is #3ABDAA. Grayscale: #6B6B6B. Windows color (decimal): -3849643 or 5587653. OLE color: 5587653.

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

Color convert

RGB 197 66 85 -
CMYK 0 0.66 0.57 0.23
HSL 351.3º 0.53% 0.52% -
HSV(B) 351.3º 0.66% 0.77% -
XYZ 26.61 16.42 10.36 -
YUV 107.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 197 66 85 0 0.66 0.57 0.23 351.3 0.53 0.52
Hex C5 42 55 0 42 39 17 15F 35 34
Octal 305 102 125 0 102 71 27 537 65 64
Binary 11000101 1000010 1010101 0 1000010 111001 10111 101011111 110101 110100

Color Harmonies of #C54255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54255

Black with #C54255

Text Example


Text Example

White with #C54255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54255; }

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

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

background-color css

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

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

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

border-color css

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

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

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