Html Css Color HEX #C45093 Mulberry

📋 copy color: '#C45093'

red 196 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #C45093

Tints of Mulberry #C45093

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

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

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

R = 46.34%
G = 18.91%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C45093 (or 0xC45093) is known color: Mulberry. HEX triplet: C4, 50 and 93. RGB value is (196,80,147). Sum of RGB (Red+Green+Blue) = 196+80+147=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C45093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45093 is #3BAF6C. Grayscale: #7A7A7A. Windows color (decimal): -3911533 or 9654468. OLE color: 9654468.

HSL color Cylindrical-coordinate representation of color #C45093: hue angle of 325.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45093 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 147 -
CMYK 0 0.59 0.25 0.23
HSL 325.34º 0.5% 0.54% -
HSV(B) 325.34º 0.59% 0.77% -
XYZ 30.9 19.58 29.75 -
YUV 122.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 196 80 147 0 0.59 0.25 0.23 325.34 0.5 0.54
Hex C4 50 93 0 3B 19 17 145 32 36
Octal 304 120 223 0 73 31 27 505 62 66
Binary 11000100 1010000 10010011 0 111011 11001 10111 101000101 110010 110110

Color Harmonies of #C45093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45093

Black with #C45093

Text Example


Text Example

White with #C45093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45093; }

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

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

background-color css

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

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

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

border-color css

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

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

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