Html Css Color HEX #C85690 Mulberry

📋 copy color: '#C85690'

red 200 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #C85690

Tints of Mulberry #C85690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20%

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

R = 46.51%
G = 20%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85690 (or 0xC85690) is known color: Mulberry. HEX triplet: C8, 56 and 90. RGB value is (200,86,144). Sum of RGB (Red+Green+Blue) = 200+86+144=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C85690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85690 is #37A96F. Grayscale: #7E7E7E. Windows color (decimal): -3647856 or 9459400. OLE color: 9459400.

HSL color Cylindrical-coordinate representation of color #C85690: hue angle of 329.47º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85690 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 144 -
CMYK 0 0.57 0.28 0.22
HSL 329.47º 0.51% 0.56% -
HSV(B) 329.47º 0.57% 0.78% -
XYZ 32.18 20.95 28.73 -
YUV 126.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 200 86 144 0 0.57 0.28 0.22 329.47 0.51 0.56
Hex C8 56 90 0 39 1C 16 149 33 38
Octal 310 126 220 0 71 34 26 511 63 70
Binary 11001000 1010110 10010000 0 111001 11100 10110 101001001 110011 111000

Color Harmonies of #C85690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85690

Black with #C85690

Text Example


Text Example

White with #C85690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85690; }

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

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

background-color css

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

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

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

border-color css

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

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

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