Html Css Color HEX #C45E9A Mulberry

📋 copy color: '#C45E9A'

red 196 ◦ green 94 ◦ blue 154

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

Shades of Mulberry #C45E9A

Tints of Mulberry #C45E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

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

R = 44.14%
G = 21.17%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C45E9A (or 0xC45E9A) is known color: Mulberry. HEX triplet: C4, 5E and 9A. RGB value is (196,94,154). Sum of RGB (Red+Green+Blue) = 196+94+154=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45E9A is #3BA165. Grayscale: #838383. Windows color (decimal): -3907942 or 10116804. OLE color: 10116804.

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

Color convert

RGB 196 94 154 -
CMYK 0 0.52 0.21 0.23
HSL 324.71º 0.46% 0.57% -
HSV(B) 324.71º 0.52% 0.77% -
XYZ 32.6 22.07 33.11 -
YUV 131.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 196 94 154 0 0.52 0.21 0.23 324.71 0.46 0.57
Hex C4 5E 9A 0 34 15 17 145 2E 39
Octal 304 136 232 0 64 25 27 505 56 71
Binary 11000100 1011110 10011010 0 110100 10101 10111 101000101 101110 111001

Color Harmonies of #C45E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E9A

Black with #C45E9A

Text Example


Text Example

White with #C45E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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