Html Css Color HEX #C84A4C Mandy

📋 copy color: '#C84A4C'

red 200 ◦ green 74 ◦ blue 76

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

Shades of Mandy #C84A4C

Tints of Mandy #C84A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 57.14%
G = 21.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C84A4C (or 0xC84A4C) is known color: Mandy. HEX triplet: C8, 4A and 4C. RGB value is (200,74,76). Sum of RGB (Red+Green+Blue) = 200+74+76=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A4C is #37B5B3. Grayscale: #707070. Windows color (decimal): -3650996 or 4999880. OLE color: 4999880.

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

Color convert

RGB 200 74 76 -
CMYK 0 0.63 0.62 0.22
HSL 359.05º 0.53% 0.54% -
HSV(B) 359.05º 0.63% 0.78% -
XYZ 27.57 17.7 8.8 -
YUV 111.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 200 74 76 0 0.63 0.62 0.22 359.05 0.53 0.54
Hex C8 4A 4C 0 3F 3E 16 167 35 36
Octal 310 112 114 0 77 76 26 547 65 66
Binary 11001000 1001010 1001100 0 111111 111110 10110 101100111 110101 110110

Color Harmonies of #C84A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A4C

Black with #C84A4C

Text Example


Text Example

White with #C84A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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