Html Css Color HEX #C45095 Mulberry

📋 copy color: '#C45095'

red 196 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #C45095

Tints of Mulberry #C45095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 46.12%
G = 18.82%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C45095 (or 0xC45095) is known color: Mulberry. HEX triplet: C4, 50 and 95. RGB value is (196,80,149). Sum of RGB (Red+Green+Blue) = 196+80+149=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C45095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45095 is #3BAF6A. Grayscale: #7A7A7A. Windows color (decimal): -3911531 or 9785540. OLE color: 9785540.

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

Color convert

RGB 196 80 149 -
CMYK 0 0.59 0.24 0.23
HSL 324.31º 0.5% 0.54% -
HSV(B) 324.31º 0.59% 0.77% -
XYZ 31.06 19.64 30.59 -
YUV 122.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 196 80 149 0 0.59 0.24 0.23 324.31 0.5 0.54
Hex C4 50 95 0 3B 18 17 144 32 36
Octal 304 120 225 0 73 30 27 504 62 66
Binary 11000100 1010000 10010101 0 111011 11000 10111 101000100 110010 110110

Color Harmonies of #C45095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45095

Black with #C45095

Text Example


Text Example

White with #C45095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45095; }

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

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

background-color css

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

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

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

border-color css

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

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

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