Html Css Color HEX #C85A88 Mulberry

📋 copy color: '#C85A88'

red 200 ◦ green 90 ◦ blue 136

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

Shades of Mulberry #C85A88

Tints of Mulberry #C85A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 46.95%
G = 21.13%
B = 31.92%

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

#C85A88 (or 0xC85A88) is known color: Mulberry. HEX triplet: C8, 5A and 88. RGB value is (200,90,136). Sum of RGB (Red+Green+Blue) = 200+90+136=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A88 is #37A577. Grayscale: #808080. Windows color (decimal): -3646840 or 8936136. OLE color: 8936136.

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

Color convert

RGB 200 90 136 -
CMYK 0 0.55 0.32 0.22
HSL 334.91º 0.5% 0.57% -
HSV(B) 334.91º 0.55% 0.78% -
XYZ 31.92 21.37 25.73 -
YUV 128.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 200 90 136 0 0.55 0.32 0.22 334.91 0.5 0.57
Hex C8 5A 88 0 37 20 16 14F 32 39
Octal 310 132 210 0 67 40 26 517 62 71
Binary 11001000 1011010 10001000 0 110111 100000 10110 101001111 110010 111001

Color Harmonies of #C85A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A88

Black with #C85A88

Text Example


Text Example

White with #C85A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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