Html Css Color HEX #C84CA0 Mulberry

📋 copy color: '#C84CA0'

red 200 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #C84CA0

Tints of Mulberry #C84CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 45.87%
G = 17.43%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C84CA0 (or 0xC84CA0) is known color: Mulberry. HEX triplet: C8, 4C and A0. RGB value is (200,76,160). Sum of RGB (Red+Green+Blue) = 200+76+160=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CA0 is #37B35F. Grayscale: #7A7A7A. Windows color (decimal): -3650400 or 10505416. OLE color: 10505416.

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

Color convert

RGB 200 76 160 -
CMYK 0 0.62 0.2 0.22
HSL 319.35º 0.53% 0.54% -
HSV(B) 319.35º 0.62% 0.78% -
XYZ 32.75 19.99 35.39 -
YUV 122.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 200 76 160 0 0.62 0.2 0.22 319.35 0.53 0.54
Hex C8 4C A0 0 3E 14 16 13F 35 36
Octal 310 114 240 0 76 24 26 477 65 66
Binary 11001000 1001100 10100000 0 111110 10100 10110 100111111 110101 110110

Color Harmonies of #C84CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CA0

Black with #C84CA0

Text Example


Text Example

White with #C84CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CA0; }

 p { color: rgb(200,76,160); }

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

background-color css

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

 a { background-color: rgb(200,76,160); }

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

border-color css

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

 span { border-color: rgb(200,76,160); }

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