Html Css Color HEX #C45492 Mulberry

📋 copy color: '#C45492'

red 196 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #C45492

Tints of Mulberry #C45492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 46.01%
G = 19.72%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C45492 (or 0xC45492) is known color: Mulberry. HEX triplet: C4, 54 and 92. RGB value is (196,84,146). Sum of RGB (Red+Green+Blue) = 196+84+146=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C45492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45492 is #3BAB6D. Grayscale: #7C7C7C. Windows color (decimal): -3910510 or 9589956. OLE color: 9589956.

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

Color convert

RGB 196 84 146 -
CMYK 0 0.57 0.26 0.23
HSL 326.79º 0.49% 0.55% -
HSV(B) 326.79º 0.57% 0.77% -
XYZ 31.12 20.15 29.44 -
YUV 124.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 196 84 146 0 0.57 0.26 0.23 326.79 0.49 0.55
Hex C4 54 92 0 39 1A 17 147 31 37
Octal 304 124 222 0 71 32 27 507 61 67
Binary 11000100 1010100 10010010 0 111001 11010 10111 101000111 110001 110111

Color Harmonies of #C45492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45492

Black with #C45492

Text Example


Text Example

White with #C45492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45492; }

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

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

background-color css

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

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

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

border-color css

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

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

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