Html Css Color HEX #C84A5A Mandy

📋 copy color: '#C84A5A'

red 200 ◦ green 74 ◦ blue 90

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

Shades of Mandy #C84A5A

Tints of Mandy #C84A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 54.95%
G = 20.33%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C84A5A (or 0xC84A5A) is known color: Mandy. HEX triplet: C8, 4A and 5A. RGB value is (200,74,90). Sum of RGB (Red+Green+Blue) = 200+74+90=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A5A is #37B5A5. Grayscale: #717171. Windows color (decimal): -3650982 or 5917384. OLE color: 5917384.

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

Color convert

RGB 200 74 90 -
CMYK 0 0.63 0.55 0.22
HSL 352.38º 0.53% 0.54% -
HSV(B) 352.38º 0.63% 0.78% -
XYZ 28.11 17.92 11.65 -
YUV 113.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 200 74 90 0 0.63 0.55 0.22 352.38 0.53 0.54
Hex C8 4A 5A 0 3F 37 16 160 35 36
Octal 310 112 132 0 77 67 26 540 65 66
Binary 11001000 1001010 1011010 0 111111 110111 10110 101100000 110101 110110

Color Harmonies of #C84A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A5A

Black with #C84A5A

Text Example


Text Example

White with #C84A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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