Html Css Color HEX #C45595 Mulberry

📋 copy color: '#C45595'

red 196 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #C45595

Tints of Mulberry #C45595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

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

R = 45.58%
G = 19.77%
B = 34.65%

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

#C45595 (or 0xC45595) is known color: Mulberry. HEX triplet: C4, 55 and 95. RGB value is (196,85,149). Sum of RGB (Red+Green+Blue) = 196+85+149=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C45595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45595 is #3BAA6A. Grayscale: #7D7D7D. Windows color (decimal): -3910251 or 9786820. OLE color: 9786820.

HSL color Cylindrical-coordinate representation of color #C45595: hue angle of 325.41º degrees, saturation: 0.48, 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 #C45595 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 149 -
CMYK 0 0.57 0.24 0.23
HSL 325.41º 0.48% 0.55% -
HSV(B) 325.41º 0.57% 0.77% -
XYZ 31.44 20.4 30.71 -
YUV 125.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 196 85 149 0 0.57 0.24 0.23 325.41 0.48 0.55
Hex C4 55 95 0 39 18 17 145 30 37
Octal 304 125 225 0 71 30 27 505 60 67
Binary 11000100 1010101 10010101 0 111001 11000 10111 101000101 110000 110111

Color Harmonies of #C45595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45595

Black with #C45595

Text Example


Text Example

White with #C45595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45595; }

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

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

background-color css

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

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

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

border-color css

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

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

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