Html Css Color HEX #C84091 Mulberry

📋 copy color: '#C84091'

red 200 ◦ green 64 ◦ blue 145

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

Shades of Mulberry #C84091

Tints of Mulberry #C84091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 48.9%
G = 15.65%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C84091 (or 0xC84091) is known color: Mulberry. HEX triplet: C8, 40 and 91. RGB value is (200,64,145). Sum of RGB (Red+Green+Blue) = 200+64+145=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C84091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84091 is #37BF6E. Grayscale: #717171. Windows color (decimal): -3653487 or 9519304. OLE color: 9519304.

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

Color convert

RGB 200 64 145 -
CMYK 0 0.68 0.28 0.22
HSL 324.26º 0.55% 0.52% -
HSV(B) 324.26º 0.68% 0.78% -
XYZ 30.76 17.99 28.64 -
YUV 113.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 200 64 145 0 0.68 0.28 0.22 324.26 0.55 0.52
Hex C8 40 91 0 44 1C 16 144 37 34
Octal 310 100 221 0 104 34 26 504 67 64
Binary 11001000 1000000 10010001 0 1000100 11100 10110 101000100 110111 110100

Color Harmonies of #C84091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84091

Black with #C84091

Text Example


Text Example

White with #C84091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84091; }

 p { color: rgb(200,64,145); }

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

background-color css

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

 a { background-color: rgb(200,64,145); }

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

border-color css

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

 span { border-color: rgb(200,64,145); }

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