Html Css Color HEX #C84B9C Mulberry

📋 copy color: '#C84B9C'

red 200 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #C84B9C

Tints of Mulberry #C84B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 46.4%
G = 17.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C84B9C (or 0xC84B9C) is known color: Mulberry. HEX triplet: C8, 4B and 9C. RGB value is (200,75,156). Sum of RGB (Red+Green+Blue) = 200+75+156=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B9C is #37B463. Grayscale: #797979. Windows color (decimal): -3650660 or 10243016. OLE color: 10243016.

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

Color convert

RGB 200 75 156 -
CMYK 0 0.62 0.22 0.22
HSL 321.12º 0.53% 0.54% -
HSV(B) 321.12º 0.63% 0.78% -
XYZ 32.34 19.71 33.55 -
YUV 121.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 200 75 156 0 0.62 0.22 0.22 321.12 0.53 0.54
Hex C8 4B 9C 0 3E 16 16 141 35 36
Octal 310 113 234 0 76 26 26 501 65 66
Binary 11001000 1001011 10011100 0 111110 10110 10110 101000001 110101 110110

Color Harmonies of #C84B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B9C

Black with #C84B9C

Text Example


Text Example

White with #C84B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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