Html Css Color HEX #C4498F Mulberry

📋 copy color: '#C4498F'

red 196 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #C4498F

Tints of Mulberry #C4498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 47.57%
G = 17.72%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4498F (or 0xC4498F) is known color: Mulberry. HEX triplet: C4, 49 and 8F. RGB value is (196,73,143). Sum of RGB (Red+Green+Blue) = 196+73+143=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4498F is #3BB670. Grayscale: #757575. Windows color (decimal): -3913329 or 9390532. OLE color: 9390532.

HSL color Cylindrical-coordinate representation of color #C4498F: hue angle of 325.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4498F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 143 -
CMYK 0 0.63 0.27 0.23
HSL 325.85º 0.51% 0.53% -
HSV(B) 325.85º 0.63% 0.77% -
XYZ 30.11 18.48 27.97 -
YUV 117.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 196 73 143 0 0.63 0.27 0.23 325.85 0.51 0.53
Hex C4 49 8F 0 3F 1B 17 146 33 35
Octal 304 111 217 0 77 33 27 506 63 65
Binary 11000100 1001001 10001111 0 111111 11011 10111 101000110 110011 110101

Color Harmonies of #C4498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4498F

Black with #C4498F

Text Example


Text Example

White with #C4498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4498F; }

 p { color: rgb(196,73,143); }

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

background-color css

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

 a { background-color: rgb(196,73,143); }

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

border-color css

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

 span { border-color: rgb(196,73,143); }

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