Html Css Color HEX #C84B5D Mandy

📋 copy color: '#C84B5D'

red 200 ◦ green 75 ◦ blue 93

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

Shades of Mandy #C84B5D

Tints of Mandy #C84B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 54.35%
G = 20.38%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C84B5D (or 0xC84B5D) is known color: Mandy. HEX triplet: C8, 4B and 5D. RGB value is (200,75,93). Sum of RGB (Red+Green+Blue) = 200+75+93=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B5D is #37B4A2. Grayscale: #727272. Windows color (decimal): -3650723 or 6114248. OLE color: 6114248.

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

Color convert

RGB 200 75 93 -
CMYK 0 0.62 0.54 0.22
HSL 351.36º 0.53% 0.54% -
HSV(B) 351.36º 0.63% 0.78% -
XYZ 28.31 18.1 12.36 -
YUV 114.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 200 75 93 0 0.62 0.54 0.22 351.36 0.53 0.54
Hex C8 4B 5D 0 3E 36 16 15F 35 36
Octal 310 113 135 0 76 66 26 537 65 66
Binary 11001000 1001011 1011101 0 111110 110110 10110 101011111 110101 110110

Color Harmonies of #C84B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B5D

Black with #C84B5D

Text Example


Text Example

White with #C84B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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