Html Css Color HEX #C85593 Mulberry

📋 copy color: '#C85593'

red 200 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #C85593

Tints of Mulberry #C85593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 46.3%
G = 19.68%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85593 (or 0xC85593) is known color: Mulberry. HEX triplet: C8, 55 and 93. RGB value is (200,85,147). Sum of RGB (Red+Green+Blue) = 200+85+147=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85593 is #37AA6C. Grayscale: #7E7E7E. Windows color (decimal): -3648109 or 9655752. OLE color: 9655752.

HSL color Cylindrical-coordinate representation of color #C85593: hue angle of 327.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85593 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 147 -
CMYK 0 0.58 0.26 0.22
HSL 327.65º 0.51% 0.56% -
HSV(B) 327.65º 0.58% 0.78% -
XYZ 32.33 20.88 29.93 -
YUV 126.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 200 85 147 0 0.58 0.26 0.22 327.65 0.51 0.56
Hex C8 55 93 0 3A 1A 16 148 33 38
Octal 310 125 223 0 72 32 26 510 63 70
Binary 11001000 1010101 10010011 0 111010 11010 10110 101001000 110011 111000

Color Harmonies of #C85593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85593

Black with #C85593

Text Example


Text Example

White with #C85593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85593; }

 p { color: rgb(200,85,147); }

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

background-color css

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

 a { background-color: rgb(200,85,147); }

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

border-color css

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

 span { border-color: rgb(200,85,147); }

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