Html Css Color HEX #C4509A Mulberry

📋 copy color: '#C4509A'

red 196 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #C4509A

Tints of Mulberry #C4509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 45.58%
G = 18.6%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4509A (or 0xC4509A) is known color: Mulberry. HEX triplet: C4, 50 and 9A. RGB value is (196,80,154). Sum of RGB (Red+Green+Blue) = 196+80+154=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4509A is #3BAF65. Grayscale: #7A7A7A. Windows color (decimal): -3911526 or 10113220. OLE color: 10113220.

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

Color convert

RGB 196 80 154 -
CMYK 0 0.59 0.21 0.23
HSL 321.72º 0.5% 0.54% -
HSV(B) 321.72º 0.59% 0.77% -
XYZ 31.47 19.81 32.74 -
YUV 123.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 196 80 154 0 0.59 0.21 0.23 321.72 0.5 0.54
Hex C4 50 9A 0 3B 15 17 142 32 36
Octal 304 120 232 0 73 25 27 502 62 66
Binary 11000100 1010000 10011010 0 111011 10101 10111 101000010 110010 110110

Color Harmonies of #C4509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4509A

Black with #C4509A

Text Example


Text Example

White with #C4509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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