Html Css Color HEX #C54256 Mandy

📋 copy color: '#C54256'

red 197 ◦ green 66 ◦ blue 86

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

Shades of Mandy #C54256

Tints of Mandy #C54256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 56.45%
G = 18.91%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C54256 (or 0xC54256) is known color: Mandy. HEX triplet: C5, 42 and 56. RGB value is (197,66,86). Sum of RGB (Red+Green+Blue) = 197+66+86=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C54256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54256 is #3ABDA9. Grayscale: #6B6B6B. Windows color (decimal): -3849642 or 5653189. OLE color: 5653189.

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

Color convert

RGB 197 66 86 -
CMYK 0 0.66 0.56 0.23
HSL 350.84º 0.53% 0.52% -
HSV(B) 350.84º 0.66% 0.77% -
XYZ 26.65 16.44 10.57 -
YUV 107.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 197 66 86 0 0.66 0.56 0.23 350.84 0.53 0.52
Hex C5 42 56 0 42 38 17 15F 35 34
Octal 305 102 126 0 102 70 27 537 65 64
Binary 11000101 1000010 1010110 0 1000010 111000 10111 101011111 110101 110100

Color Harmonies of #C54256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54256

Black with #C54256

Text Example


Text Example

White with #C54256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54256; }

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

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

background-color css

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

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

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

border-color css

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

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

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