Html Css Color HEX #C45695 Mulberry

📋 copy color: '#C45695'

red 196 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #C45695

Tints of Mulberry #C45695

RGB

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

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

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

R = 45.48%
G = 19.95%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C45695 (or 0xC45695) is known color: Mulberry. HEX triplet: C4, 56 and 95. RGB value is (196,86,149). Sum of RGB (Red+Green+Blue) = 196+86+149=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C45695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45695 is #3BA96A. Grayscale: #7D7D7D. Windows color (decimal): -3909995 or 9787076. OLE color: 9787076.

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

Color convert

RGB 196 86 149 -
CMYK 0 0.56 0.24 0.23
HSL 325.64º 0.48% 0.55% -
HSV(B) 325.64º 0.56% 0.77% -
XYZ 31.52 20.56 30.74 -
YUV 126.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 196 86 149 0 0.56 0.24 0.23 325.64 0.48 0.55
Hex C4 56 95 0 38 18 17 146 30 37
Octal 304 126 225 0 70 30 27 506 60 67
Binary 11000100 1010110 10010101 0 111000 11000 10111 101000110 110000 110111

Color Harmonies of #C45695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45695

Black with #C45695

Text Example


Text Example

White with #C45695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45695; }

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

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

background-color css

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

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

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

border-color css

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

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

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