Html Css Color HEX #C84A5E Mandy

📋 copy color: '#C84A5E'

red 200 ◦ green 74 ◦ blue 94

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

Shades of Mandy #C84A5E

Tints of Mandy #C84A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 54.35%
G = 20.11%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C84A5E (or 0xC84A5E) is known color: Mandy. HEX triplet: C8, 4A and 5E. RGB value is (200,74,94). Sum of RGB (Red+Green+Blue) = 200+74+94=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A5E is #37B5A1. Grayscale: #727272. Windows color (decimal): -3650978 or 6179528. OLE color: 6179528.

HSL color Cylindrical-coordinate representation of color #C84A5E: hue angle of 350.48º 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 #C84A5E is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 94 -
CMYK 0 0.63 0.53 0.22
HSL 350.48º 0.53% 0.54% -
HSV(B) 350.48º 0.63% 0.78% -
XYZ 28.29 17.99 12.57 -
YUV 113.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 200 74 94 0 0.63 0.53 0.22 350.48 0.53 0.54
Hex C8 4A 5E 0 3F 35 16 15E 35 36
Octal 310 112 136 0 77 65 26 536 65 66
Binary 11001000 1001010 1011110 0 111111 110101 10110 101011110 110101 110110

Color Harmonies of #C84A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A5E

Black with #C84A5E

Text Example


Text Example

White with #C84A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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