Html Css Color HEX #C85093 Mulberry

📋 copy color: '#C85093'

red 200 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #C85093

Tints of Mulberry #C85093

RGB

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

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

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

R = 46.84%
G = 18.74%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85093 (or 0xC85093) is known color: Mulberry. HEX triplet: C8, 50 and 93. RGB value is (200,80,147). Sum of RGB (Red+Green+Blue) = 200+80+147=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85093 is #37AF6C. Grayscale: #7B7B7B. Windows color (decimal): -3649389 or 9654472. OLE color: 9654472.

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

Color convert

RGB 200 80 147 -
CMYK 0 0.6 0.26 0.22
HSL 326.5º 0.52% 0.55% -
HSV(B) 326.5º 0.6% 0.78% -
XYZ 31.95 20.12 29.8 -
YUV 123.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 200 80 147 0 0.6 0.26 0.22 326.5 0.52 0.55
Hex C8 50 93 0 3C 1A 16 146 34 37
Octal 310 120 223 0 74 32 26 506 64 67
Binary 11001000 1010000 10010011 0 111100 11010 10110 101000110 110100 110111

Color Harmonies of #C85093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85093

Black with #C85093

Text Example


Text Example

White with #C85093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85093; }

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

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

background-color css

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

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

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

border-color css

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

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

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