Html Css Color HEX #C85B8B Mulberry

📋 copy color: '#C85B8B'

red 200 ◦ green 91 ◦ blue 139

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

Shades of Mulberry #C85B8B

Tints of Mulberry #C85B8B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 46.51%
G = 21.16%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C85B8B (or 0xC85B8B) is known color: Mulberry. HEX triplet: C8, 5B and 8B. RGB value is (200,91,139). Sum of RGB (Red+Green+Blue) = 200+91+139=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B8B is #37A474. Grayscale: #808080. Windows color (decimal): -3646581 or 9133000. OLE color: 9133000.

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

Color convert

RGB 200 91 139 -
CMYK 0 0.54 0.30 0.22
HSL 333.58º 0.5% 0.57% -
HSV(B) 333.58º 0.55% 0.78% -
XYZ 32.22 21.63 26.9 -
YUV 129.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 200 91 139 0 0.54 0.30 0.22 333.58 0.5 0.57
Hex C8 5B 8B 0 36 1E 16 14E 32 39
Octal 310 133 213 0 66 36 26 516 62 71
Binary 11001000 1011011 10001011 0 110110 11110 10110 101001110 110010 111001

Color Harmonies of #C85B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B8B

Black with #C85B8B

Text Example


Text Example

White with #C85B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B8B; }

 p { color: rgb(200,91,139); }

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

background-color css

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

 a { background-color: rgb(200,91,139); }

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

border-color css

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

 span { border-color: rgb(200,91,139); }

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