Html Css Color HEX #C84995 Mulberry

📋 copy color: '#C84995'

red 200 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #C84995

Tints of Mulberry #C84995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 47.39%
G = 17.3%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C84995 (or 0xC84995) is known color: Mulberry. HEX triplet: C8, 49 and 95. RGB value is (200,73,149). Sum of RGB (Red+Green+Blue) = 200+73+149=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C84995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84995 is #37B66A. Grayscale: #777777. Windows color (decimal): -3651179 or 9783752. OLE color: 9783752.

HSL color Cylindrical-coordinate representation of color #C84995: hue angle of 324.09º degrees, saturation: 0.54, 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 #C84995 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 149 -
CMYK 0 0.64 0.26 0.22
HSL 324.09º 0.54% 0.54% -
HSV(B) 324.09º 0.64% 0.78% -
XYZ 31.63 19.21 30.48 -
YUV 119.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 200 73 149 0 0.64 0.26 0.22 324.09 0.54 0.54
Hex C8 49 95 0 40 1A 16 144 36 36
Octal 310 111 225 0 100 32 26 504 66 66
Binary 11001000 1001001 10010101 0 1000000 11010 10110 101000100 110110 110110

Color Harmonies of #C84995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84995

Black with #C84995

Text Example


Text Example

White with #C84995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84995; }

 p { color: rgb(200,73,149); }

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

background-color css

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

 a { background-color: rgb(200,73,149); }

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

border-color css

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

 span { border-color: rgb(200,73,149); }

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