Html Css Color HEX #C84196 Mulberry

📋 copy color: '#C84196'

red 200 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #C84196

Tints of Mulberry #C84196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 48.19%
G = 15.66%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C84196 (or 0xC84196) is known color: Mulberry. HEX triplet: C8, 41 and 96. RGB value is (200,65,150). Sum of RGB (Red+Green+Blue) = 200+65+150=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C84196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84196 is #37BE69. Grayscale: #727272. Windows color (decimal): -3653226 or 9847240. OLE color: 9847240.

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

Color convert

RGB 200 65 150 -
CMYK 0 0.68 0.25 0.22
HSL 322.22º 0.55% 0.52% -
HSV(B) 322.22º 0.68% 0.78% -
XYZ 31.21 18.26 30.73 -
YUV 115.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 200 65 150 0 0.68 0.25 0.22 322.22 0.55 0.52
Hex C8 41 96 0 44 19 16 142 37 34
Octal 310 101 226 0 104 31 26 502 67 64
Binary 11001000 1000001 10010110 0 1000100 11001 10110 101000010 110111 110100

Color Harmonies of #C84196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84196

Black with #C84196

Text Example


Text Example

White with #C84196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84196; }

 p { color: rgb(200,65,150); }

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

background-color css

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

 a { background-color: rgb(200,65,150); }

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

border-color css

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

 span { border-color: rgb(200,65,150); }

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