Html Css Color HEX #C85296 Mulberry

📋 copy color: '#C85296'

red 200 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #C85296

Tints of Mulberry #C85296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

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

R = 46.3%
G = 18.98%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C85296 (or 0xC85296) is known color: Mulberry. HEX triplet: C8, 52 and 96. RGB value is (200,82,150). Sum of RGB (Red+Green+Blue) = 200+82+150=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85296 is #37AD69. Grayscale: #7C7C7C. Windows color (decimal): -3648874 or 9851592. OLE color: 9851592.

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

Color convert

RGB 200 82 150 -
CMYK 0 0.59 0.25 0.22
HSL 325.42º 0.52% 0.55% -
HSV(B) 325.42º 0.59% 0.78% -
XYZ 32.34 20.52 31.11 -
YUV 125.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 200 82 150 0 0.59 0.25 0.22 325.42 0.52 0.55
Hex C8 52 96 0 3B 19 16 145 34 37
Octal 310 122 226 0 73 31 26 505 64 67
Binary 11001000 1010010 10010110 0 111011 11001 10110 101000101 110100 110111

Color Harmonies of #C85296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85296

Black with #C85296

Text Example


Text Example

White with #C85296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85296; }

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

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

background-color css

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

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

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

border-color css

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

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

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