Html Css Color HEX #C85C9B Mulberry

📋 copy color: '#C85C9B'

red 200 ◦ green 92 ◦ blue 155

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

Shades of Mulberry #C85C9B

Tints of Mulberry #C85C9B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 44.74%
G = 20.58%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C85C9B (or 0xC85C9B) is known color: Mulberry. HEX triplet: C8, 5C and 9B. RGB value is (200,92,155). Sum of RGB (Red+Green+Blue) = 200+92+155=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C9B is #37A364. Grayscale: #838383. Windows color (decimal): -3646309 or 10181832. OLE color: 10181832.

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

Color convert

RGB 200 92 155 -
CMYK 0 0.54 0.22 0.22
HSL 325º 0.5% 0.57% -
HSV(B) 325º 0.54% 0.78% -
XYZ 33.56 22.3 33.55 -
YUV 131.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 200 92 155 0 0.54 0.22 0.22 325 0.5 0.57
Hex C8 5C 9B 0 36 16 16 145 32 39
Octal 310 134 233 0 66 26 26 505 62 71
Binary 11001000 1011100 10011011 0 110110 10110 10110 101000101 110010 111001

Color Harmonies of #C85C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C9B

Black with #C85C9B

Text Example


Text Example

White with #C85C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C9B; }

 p { color: rgb(200,92,155); }

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

background-color css

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

 a { background-color: rgb(200,92,155); }

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

border-color css

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

 span { border-color: rgb(200,92,155); }

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