Html Css Color HEX #C85A89 Mulberry

📋 copy color: '#C85A89'

red 200 ◦ green 90 ◦ blue 137

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

Shades of Mulberry #C85A89

Tints of Mulberry #C85A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 46.84%
G = 21.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85A89 (or 0xC85A89) is known color: Mulberry. HEX triplet: C8, 5A and 89. RGB value is (200,90,137). Sum of RGB (Red+Green+Blue) = 200+90+137=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A89 is #37A576. Grayscale: #808080. Windows color (decimal): -3646839 or 9001672. OLE color: 9001672.

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

Color convert

RGB 200 90 137 -
CMYK 0 0.55 0.32 0.22
HSL 334.36º 0.5% 0.57% -
HSV(B) 334.36º 0.55% 0.78% -
XYZ 31.99 21.4 26.11 -
YUV 128.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 200 90 137 0 0.55 0.32 0.22 334.36 0.5 0.57
Hex C8 5A 89 0 37 20 16 14E 32 39
Octal 310 132 211 0 67 40 26 516 62 71
Binary 11001000 1011010 10001001 0 110111 100000 10110 101001110 110010 111001

Color Harmonies of #C85A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A89

Black with #C85A89

Text Example


Text Example

White with #C85A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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