Html Css Color HEX #C85A9F Mulberry

📋 copy color: '#C85A9F'

red 200 ◦ green 90 ◦ blue 159

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

Shades of Mulberry #C85A9F

Tints of Mulberry #C85A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 44.54%
G = 20.04%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C85A9F (or 0xC85A9F) is known color: Mulberry. HEX triplet: C8, 5A and 9F. RGB value is (200,90,159). Sum of RGB (Red+Green+Blue) = 200+90+159=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A9F is #37A560. Grayscale: #828282. Windows color (decimal): -3646817 or 10443464. OLE color: 10443464.

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

Color convert

RGB 200 90 159 -
CMYK 0 0.55 0.20 0.22
HSL 322.36º 0.5% 0.57% -
HSV(B) 322.36º 0.55% 0.78% -
XYZ 33.73 22.09 35.29 -
YUV 130.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 200 90 159 0 0.55 0.20 0.22 322.36 0.5 0.57
Hex C8 5A 9F 0 37 14 16 142 32 39
Octal 310 132 237 0 67 24 26 502 62 71
Binary 11001000 1011010 10011111 0 110111 10100 10110 101000010 110010 111001

Color Harmonies of #C85A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A9F

Black with #C85A9F

Text Example


Text Example

White with #C85A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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