Html Css Color HEX #C84A60 Mandy

📋 copy color: '#C84A60'

red 200 ◦ green 74 ◦ blue 96

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

Shades of Mandy #C84A60

Tints of Mandy #C84A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 54.05%
G = 20%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84A60 (or 0xC84A60) is known color: Mandy. HEX triplet: C8, 4A and 60. RGB value is (200,74,96). Sum of RGB (Red+Green+Blue) = 200+74+96=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A60 is #37B59F. Grayscale: #727272. Windows color (decimal): -3650976 or 6310600. OLE color: 6310600.

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

Color convert

RGB 200 74 96 -
CMYK 0 0.63 0.52 0.22
HSL 349.52º 0.53% 0.54% -
HSV(B) 349.52º 0.63% 0.78% -
XYZ 28.38 18.02 13.05 -
YUV 114.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 200 74 96 0 0.63 0.52 0.22 349.52 0.53 0.54
Hex C8 4A 60 0 3F 34 16 15E 35 36
Octal 310 112 140 0 77 64 26 536 65 66
Binary 11001000 1001010 1100000 0 111111 110100 10110 101011110 110101 110110

Color Harmonies of #C84A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A60

Black with #C84A60

Text Example


Text Example

White with #C84A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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