Html Css Color HEX #C84690 Mulberry

📋 copy color: '#C84690'

red 200 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #C84690

Tints of Mulberry #C84690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 48.31%
G = 16.91%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C84690 (or 0xC84690) is known color: Mulberry. HEX triplet: C8, 46 and 90. RGB value is (200,70,144). Sum of RGB (Red+Green+Blue) = 200+70+144=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C84690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84690 is #37B96F. Grayscale: #757575. Windows color (decimal): -3651952 or 9455304. OLE color: 9455304.

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

Color convert

RGB 200 70 144 -
CMYK 0 0.65 0.28 0.22
HSL 325.85º 0.54% 0.53% -
HSV(B) 325.85º 0.65% 0.78% -
XYZ 31.04 18.67 28.35 -
YUV 117.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 200 70 144 0 0.65 0.28 0.22 325.85 0.54 0.53
Hex C8 46 90 0 41 1C 16 146 36 35
Octal 310 106 220 0 101 34 26 506 66 65
Binary 11001000 1000110 10010000 0 1000001 11100 10110 101000110 110110 110101

Color Harmonies of #C84690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84690

Black with #C84690

Text Example


Text Example

White with #C84690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84690; }

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

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

background-color css

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

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

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

border-color css

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

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

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