Html Css Color HEX #C45592 Mulberry

📋 copy color: '#C45592'

red 196 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #C45592

Tints of Mulberry #C45592

RGB

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

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

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

R = 45.9%
G = 19.91%
B = 34.19%

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

#C45592 (or 0xC45592) is known color: Mulberry. HEX triplet: C4, 55 and 92. RGB value is (196,85,146). Sum of RGB (Red+Green+Blue) = 196+85+146=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45592 is #3BAA6D. Grayscale: #7D7D7D. Windows color (decimal): -3910254 or 9590212. OLE color: 9590212.

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

Color convert

RGB 196 85 146 -
CMYK 0 0.57 0.26 0.23
HSL 327.03º 0.48% 0.55% -
HSV(B) 327.03º 0.57% 0.77% -
XYZ 31.2 20.31 29.47 -
YUV 125.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 196 85 146 0 0.57 0.26 0.23 327.03 0.48 0.55
Hex C4 55 92 0 39 1A 17 147 30 37
Octal 304 125 222 0 71 32 27 507 60 67
Binary 11000100 1010101 10010010 0 111001 11010 10111 101000111 110000 110111

Color Harmonies of #C45592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45592

Black with #C45592

Text Example


Text Example

White with #C45592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45592; }

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

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

background-color css

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

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

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

border-color css

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

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

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