Html Css Color HEX #C84B55 Mandy

📋 copy color: '#C84B55'

red 200 ◦ green 75 ◦ blue 85

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

Shades of Mandy #C84B55

Tints of Mandy #C84B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 55.56%
G = 20.83%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C84B55 (or 0xC84B55) is known color: Mandy. HEX triplet: C8, 4B and 55. RGB value is (200,75,85). Sum of RGB (Red+Green+Blue) = 200+75+85=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B55 is #37B4AA. Grayscale: #717171. Windows color (decimal): -3650731 or 5589960. OLE color: 5589960.

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

Color convert

RGB 200 75 85 -
CMYK 0 0.62 0.58 0.22
HSL 355.2º 0.53% 0.54% -
HSV(B) 355.2º 0.63% 0.78% -
XYZ 27.98 17.97 10.59 -
YUV 113.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 200 75 85 0 0.62 0.58 0.22 355.2 0.53 0.54
Hex C8 4B 55 0 3E 3A 16 163 35 36
Octal 310 113 125 0 76 72 26 543 65 66
Binary 11001000 1001011 1010101 0 111110 111010 10110 101100011 110101 110110

Color Harmonies of #C84B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B55

Black with #C84B55

Text Example


Text Example

White with #C84B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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