Html Css Color HEX #C85C96 Mulberry

📋 copy color: '#C85C96'

red 200 ◦ green 92 ◦ blue 150

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

Shades of Mulberry #C85C96

Tints of Mulberry #C85C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 45.25%
G = 20.81%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C85C96 (or 0xC85C96) is known color: Mulberry. HEX triplet: C8, 5C and 96. RGB value is (200,92,150). Sum of RGB (Red+Green+Blue) = 200+92+150=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C96 is #37A369. Grayscale: #828282. Windows color (decimal): -3646314 or 9854152. OLE color: 9854152.

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

Color convert

RGB 200 92 150 -
CMYK 0 0.54 0.25 0.22
HSL 327.78º 0.5% 0.57% -
HSV(B) 327.78º 0.54% 0.78% -
XYZ 33.15 22.14 31.38 -
YUV 130.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 200 92 150 0 0.54 0.25 0.22 327.78 0.5 0.57
Hex C8 5C 96 0 36 19 16 148 32 39
Octal 310 134 226 0 66 31 26 510 62 71
Binary 11001000 1011100 10010110 0 110110 11001 10110 101001000 110010 111001

Color Harmonies of #C85C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C96

Black with #C85C96

Text Example


Text Example

White with #C85C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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