Html Css Color HEX #C45696 Mulberry

📋 copy color: '#C45696'

red 196 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #C45696

Tints of Mulberry #C45696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 45.37%
G = 19.91%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C45696 (or 0xC45696) is known color: Mulberry. HEX triplet: C4, 56 and 96. RGB value is (196,86,150). Sum of RGB (Red+Green+Blue) = 196+86+150=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C45696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45696 is #3BA969. Grayscale: #7E7E7E. Windows color (decimal): -3909994 or 9852612. OLE color: 9852612.

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

Color convert

RGB 196 86 150 -
CMYK 0 0.56 0.23 0.23
HSL 325.09º 0.48% 0.55% -
HSV(B) 325.09º 0.56% 0.77% -
XYZ 31.6 20.59 31.16 -
YUV 126.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 196 86 150 0 0.56 0.23 0.23 325.09 0.48 0.55
Hex C4 56 96 0 38 17 17 145 30 37
Octal 304 126 226 0 70 27 27 505 60 67
Binary 11000100 1010110 10010110 0 111000 10111 10111 101000101 110000 110111

Color Harmonies of #C45696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45696

Black with #C45696

Text Example


Text Example

White with #C45696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45696; }

 p { color: rgb(196,86,150); }

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

background-color css

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

 a { background-color: rgb(196,86,150); }

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

border-color css

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

 span { border-color: rgb(196,86,150); }

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