Html Css Color HEX #C45497 Mulberry

📋 copy color: '#C45497'

red 196 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #C45497

Tints of Mulberry #C45497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 45.48%
G = 19.49%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C45497 (or 0xC45497) is known color: Mulberry. HEX triplet: C4, 54 and 97. RGB value is (196,84,151). Sum of RGB (Red+Green+Blue) = 196+84+151=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C45497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45497 is #3BAB68. Grayscale: #7C7C7C. Windows color (decimal): -3910505 or 9917636. OLE color: 9917636.

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

Color convert

RGB 196 84 151 -
CMYK 0 0.57 0.23 0.23
HSL 324.11º 0.49% 0.55% -
HSV(B) 324.11º 0.57% 0.77% -
XYZ 31.52 20.31 31.54 -
YUV 125.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 196 84 151 0 0.57 0.23 0.23 324.11 0.49 0.55
Hex C4 54 97 0 39 17 17 144 31 37
Octal 304 124 227 0 71 27 27 504 61 67
Binary 11000100 1010100 10010111 0 111001 10111 10111 101000100 110001 110111

Color Harmonies of #C45497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45497

Black with #C45497

Text Example


Text Example

White with #C45497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45497; }

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

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

background-color css

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

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

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

border-color css

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

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

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