Html Css Color HEX #C84686 Mulberry

📋 copy color: '#C84686'

red 200 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #C84686

Tints of Mulberry #C84686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 49.5%
G = 17.33%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C84686 (or 0xC84686) is known color: Mulberry. HEX triplet: C8, 46 and 86. RGB value is (200,70,134). Sum of RGB (Red+Green+Blue) = 200+70+134=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C84686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84686 is #37B979. Grayscale: #747474. Windows color (decimal): -3651962 or 8799944. OLE color: 8799944.

HSL color Cylindrical-coordinate representation of color #C84686: hue angle of 330.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84686 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 134 -
CMYK 0 0.65 0.33 0.22
HSL 330.46º 0.54% 0.53% -
HSV(B) 330.46º 0.65% 0.78% -
XYZ 30.31 18.38 24.5 -
YUV 116.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 200 70 134 0 0.65 0.33 0.22 330.46 0.54 0.53
Hex C8 46 86 0 41 21 16 14A 36 35
Octal 310 106 206 0 101 41 26 512 66 65
Binary 11001000 1000110 10000110 0 1000001 100001 10110 101001010 110110 110101

Color Harmonies of #C84686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84686

Black with #C84686

Text Example


Text Example

White with #C84686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84686; }

 p { color: rgb(200,70,134); }

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

background-color css

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

 a { background-color: rgb(200,70,134); }

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

border-color css

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

 span { border-color: rgb(200,70,134); }

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