Html Css Color HEX #C84F5D Mandy

📋 copy color: '#C84F5D'

red 200 ◦ green 79 ◦ blue 93

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

Shades of Mandy #C84F5D

Tints of Mandy #C84F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 93 (36.72% from 255) = 25%

R = 53.76%
G = 21.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C84F5D (or 0xC84F5D) is known color: Mandy. HEX triplet: C8, 4F and 5D. RGB value is (200,79,93). Sum of RGB (Red+Green+Blue) = 200+79+93=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F5D is #37B0A2. Grayscale: #747474. Windows color (decimal): -3649699 or 6115272. OLE color: 6115272.

HSL color Cylindrical-coordinate representation of color #C84F5D: hue angle of 353.06º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F5D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 93 -
CMYK 0 0.60 0.54 0.22
HSL 353.06º 0.52% 0.55% -
HSV(B) 353.06º 0.61% 0.78% -
XYZ 28.59 18.66 12.45 -
YUV 116.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 200 79 93 0 0.60 0.54 0.22 353.06 0.52 0.55
Hex C8 4F 5D 0 3C 36 16 161 34 37
Octal 310 117 135 0 74 66 26 541 64 67
Binary 11001000 1001111 1011101 0 111100 110110 10110 101100001 110100 110111

Color Harmonies of #C84F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F5D

Black with #C84F5D

Text Example


Text Example

White with #C84F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F5D; }

 p { color: rgb(200,79,93); }

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

background-color css

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

 a { background-color: rgb(200,79,93); }

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

border-color css

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

 span { border-color: rgb(200,79,93); }

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