Html Css Color HEX #C84A52 Mandy

📋 copy color: '#C84A52'

red 200 ◦ green 74 ◦ blue 82

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

Shades of Mandy #C84A52

Tints of Mandy #C84A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 56.18%
G = 20.79%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C84A52 (or 0xC84A52) is known color: Mandy. HEX triplet: C8, 4A and 52. RGB value is (200,74,82). Sum of RGB (Red+Green+Blue) = 200+74+82=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A52 is #37B5AD. Grayscale: #707070. Windows color (decimal): -3650990 or 5393096. OLE color: 5393096.

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

Color convert

RGB 200 74 82 -
CMYK 0 0.63 0.59 0.22
HSL 356.19º 0.53% 0.54% -
HSV(B) 356.19º 0.63% 0.78% -
XYZ 27.79 17.79 9.95 -
YUV 112.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 200 74 82 0 0.63 0.59 0.22 356.19 0.53 0.54
Hex C8 4A 52 0 3F 3B 16 164 35 36
Octal 310 112 122 0 77 73 26 544 65 66
Binary 11001000 1001010 1010010 0 111111 111011 10110 101100100 110101 110110

Color Harmonies of #C84A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A52

Black with #C84A52

Text Example


Text Example

White with #C84A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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