Html Css Color HEX #C45D9B Mulberry

📋 copy color: '#C45D9B'

red 196 ◦ green 93 ◦ blue 155

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

Shades of Mulberry #C45D9B

Tints of Mulberry #C45D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.95%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 44.14%
G = 20.95%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C45D9B (or 0xC45D9B) is known color: Mulberry. HEX triplet: C4, 5D and 9B. RGB value is (196,93,155). Sum of RGB (Red+Green+Blue) = 196+93+155=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D9B is #3BA264. Grayscale: #828282. Windows color (decimal): -3908197 or 10182084. OLE color: 10182084.

HSL color Cylindrical-coordinate representation of color #C45D9B: hue angle of 323.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D9B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 93 155 -
CMYK 0 0.53 0.21 0.23
HSL 323.88º 0.47% 0.57% -
HSV(B) 323.88º 0.53% 0.77% -
XYZ 32.6 21.93 33.53 -
YUV 130.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 196 93 155 0 0.53 0.21 0.23 323.88 0.47 0.57
Hex C4 5D 9B 0 35 15 17 144 2F 39
Octal 304 135 233 0 65 25 27 504 57 71
Binary 11000100 1011101 10011011 0 110101 10101 10111 101000100 101111 111001

Color Harmonies of #C45D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D9B

Black with #C45D9B

Text Example


Text Example

White with #C45D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D9B; }

 p { color: rgb(196,93,155); }

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

background-color css

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

 a { background-color: rgb(196,93,155); }

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

border-color css

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

 span { border-color: rgb(196,93,155); }

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