Html Css Color HEX #C45495 Mulberry

📋 copy color: '#C45495'

red 196 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #C45495

Tints of Mulberry #C45495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

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

R = 45.69%
G = 19.58%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C45495 (or 0xC45495) is known color: Mulberry. HEX triplet: C4, 54 and 95. RGB value is (196,84,149). Sum of RGB (Red+Green+Blue) = 196+84+149=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C45495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45495 is #3BAB6A. Grayscale: #7C7C7C. Windows color (decimal): -3910507 or 9786564. OLE color: 9786564.

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

Color convert

RGB 196 84 149 -
CMYK 0 0.57 0.24 0.23
HSL 325.18º 0.49% 0.55% -
HSV(B) 325.18º 0.57% 0.77% -
XYZ 31.36 20.25 30.69 -
YUV 124.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 196 84 149 0 0.57 0.24 0.23 325.18 0.49 0.55
Hex C4 54 95 0 39 18 17 145 31 37
Octal 304 124 225 0 71 30 27 505 61 67
Binary 11000100 1010100 10010101 0 111001 11000 10111 101000101 110001 110111

Color Harmonies of #C45495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45495

Black with #C45495

Text Example


Text Example

White with #C45495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45495; }

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

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

background-color css

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

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

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

border-color css

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

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

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