Html Css Color HEX #C84B9A Mulberry

📋 copy color: '#C84B9A'

red 200 ◦ green 75 ◦ blue 154

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

Shades of Mulberry #C84B9A

Tints of Mulberry #C84B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 46.62%
G = 17.48%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C84B9A (or 0xC84B9A) is known color: Mulberry. HEX triplet: C8, 4B and 9A. RGB value is (200,75,154). Sum of RGB (Red+Green+Blue) = 200+75+154=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B9A is #37B465. Grayscale: #797979. Windows color (decimal): -3650662 or 10111944. OLE color: 10111944.

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

Color convert

RGB 200 75 154 -
CMYK 0 0.62 0.23 0.22
HSL 322.08º 0.53% 0.54% -
HSV(B) 322.08º 0.63% 0.78% -
XYZ 32.17 19.64 32.67 -
YUV 121.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 200 75 154 0 0.62 0.23 0.22 322.08 0.53 0.54
Hex C8 4B 9A 0 3E 17 16 142 35 36
Octal 310 113 232 0 76 27 26 502 65 66
Binary 11001000 1001011 10011010 0 111110 10111 10110 101000010 110101 110110

Color Harmonies of #C84B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B9A

Black with #C84B9A

Text Example


Text Example

White with #C84B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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