Html Css Color HEX #C85097 Mulberry

📋 copy color: '#C85097'

red 200 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #C85097

Tints of Mulberry #C85097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 46.4%
G = 18.56%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85097 (or 0xC85097) is known color: Mulberry. HEX triplet: C8, 50 and 97. RGB value is (200,80,151). Sum of RGB (Red+Green+Blue) = 200+80+151=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85097 is #37AF68. Grayscale: #7B7B7B. Windows color (decimal): -3649385 or 9916616. OLE color: 9916616.

HSL color Cylindrical-coordinate representation of color #C85097: hue angle of 324.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85097 is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 151 -
CMYK 0 0.6 0.24 0.22
HSL 324.5º 0.52% 0.55% -
HSV(B) 324.5º 0.6% 0.78% -
XYZ 32.27 20.25 31.49 -
YUV 123.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 200 80 151 0 0.6 0.24 0.22 324.5 0.52 0.55
Hex C8 50 97 0 3C 18 16 144 34 37
Octal 310 120 227 0 74 30 26 504 64 67
Binary 11001000 1010000 10010111 0 111100 11000 10110 101000100 110100 110111

Color Harmonies of #C85097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85097

Black with #C85097

Text Example


Text Example

White with #C85097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85097; }

 p { color: rgb(200,80,151); }

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

background-color css

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

 a { background-color: rgb(200,80,151); }

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

border-color css

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

 span { border-color: rgb(200,80,151); }

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