Html Css Color HEX #C85A9E Mulberry

📋 copy color: '#C85A9E'

red 200 ◦ green 90 ◦ blue 158

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

Shades of Mulberry #C85A9E

Tints of Mulberry #C85A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 44.64%
G = 20.09%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C85A9E (or 0xC85A9E) is known color: Mulberry. HEX triplet: C8, 5A and 9E. RGB value is (200,90,158). Sum of RGB (Red+Green+Blue) = 200+90+158=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A9E is #37A561. Grayscale: #828282. Windows color (decimal): -3646818 or 10377928. OLE color: 10377928.

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

Color convert

RGB 200 90 158 -
CMYK 0 0.55 0.21 0.22
HSL 322.91º 0.5% 0.57% -
HSV(B) 322.91º 0.55% 0.78% -
XYZ 33.65 22.06 34.83 -
YUV 130.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 200 90 158 0 0.55 0.21 0.22 322.91 0.5 0.57
Hex C8 5A 9E 0 37 15 16 143 32 39
Octal 310 132 236 0 67 25 26 503 62 71
Binary 11001000 1011010 10011110 0 110111 10101 10110 101000011 110010 111001

Color Harmonies of #C85A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A9E

Black with #C85A9E

Text Example


Text Example

White with #C85A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A9E; }

 p { color: rgb(200,90,158); }

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

background-color css

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

 a { background-color: rgb(200,90,158); }

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

border-color css

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

 span { border-color: rgb(200,90,158); }

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