Html Css Color HEX #C85293 Mulberry

📋 copy color: '#C85293'

red 200 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #C85293

Tints of Mulberry #C85293

RGB

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

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

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

R = 46.62%
G = 19.11%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85293 (or 0xC85293) is known color: Mulberry. HEX triplet: C8, 52 and 93. RGB value is (200,82,147). Sum of RGB (Red+Green+Blue) = 200+82+147=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85293 is #37AD6C. Grayscale: #7C7C7C. Windows color (decimal): -3648877 or 9654984. OLE color: 9654984.

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

Color convert

RGB 200 82 147 -
CMYK 0 0.59 0.26 0.22
HSL 326.95º 0.52% 0.55% -
HSV(B) 326.95º 0.59% 0.78% -
XYZ 32.1 20.42 29.85 -
YUV 124.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 200 82 147 0 0.59 0.26 0.22 326.95 0.52 0.55
Hex C8 52 93 0 3B 1A 16 147 34 37
Octal 310 122 223 0 73 32 26 507 64 67
Binary 11001000 1010010 10010011 0 111011 11010 10110 101000111 110100 110111

Color Harmonies of #C85293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85293

Black with #C85293

Text Example


Text Example

White with #C85293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85293; }

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

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

background-color css

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

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

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

border-color css

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

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

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