Html Css Color HEX #C84A54 Mandy

📋 copy color: '#C84A54'

red 200 ◦ green 74 ◦ blue 84

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

Shades of Mandy #C84A54

Tints of Mandy #C84A54

RGB

 RED value IS 200 (78.52% from 255) = 55.87%

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 84 (33.2% from 255) = 23.46%

R = 55.87%
G = 20.67%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C84A54 (or 0xC84A54) is known color: Mandy. HEX triplet: C8, 4A and 54. RGB value is (200,74,84). Sum of RGB (Red+Green+Blue) = 200+74+84=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A54 is #37B5AB. Grayscale: #707070. Windows color (decimal): -3650988 or 5524168. OLE color: 5524168.

HSL color Cylindrical-coordinate representation of color #C84A54: hue angle of 355.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A54 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 84 -
CMYK 0 0.63 0.58 0.22
HSL 355.24º 0.53% 0.54% -
HSV(B) 355.24º 0.63% 0.78% -
XYZ 27.87 17.82 10.36 -
YUV 112.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 200 74 84 0 0.63 0.58 0.22 355.24 0.53 0.54
Hex C8 4A 54 0 3F 3A 16 163 35 36
Octal 310 112 124 0 77 72 26 543 65 66
Binary 11001000 1001010 1010100 0 111111 111010 10110 101100011 110101 110110

Color Harmonies of #C84A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A54

Black with #C84A54

Text Example


Text Example

White with #C84A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A54; }

 p { color: rgb(200,74,84); }

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

background-color css

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

 a { background-color: rgb(200,74,84); }

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

border-color css

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

 span { border-color: rgb(200,74,84); }

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