Html Css Color HEX #C9498F Mulberry

📋 copy color: '#C9498F'

red 201 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #C9498F

Tints of Mulberry #C9498F

RGB

 RED value IS 201 (78.91% from 255) = 48.2%

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

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

R = 48.2%
G = 17.51%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9498F (or 0xC9498F) is known color: Mulberry. HEX triplet: C9, 49 and 8F. RGB value is (201,73,143). Sum of RGB (Red+Green+Blue) = 201+73+143=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9498F is #36B670. Grayscale: #777777. Windows color (decimal): -3585649 or 9390537. OLE color: 9390537.

HSL color Cylindrical-coordinate representation of color #C9498F: hue angle of 327.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9498F is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 143 -
CMYK 0 0.64 0.29 0.21
HSL 327.19º 0.54% 0.54% -
HSV(B) 327.19º 0.64% 0.79% -
XYZ 31.43 19.17 28.03 -
YUV 119.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 201 73 143 0 0.64 0.29 0.21 327.19 0.54 0.54
Hex C9 49 8F 0 40 1D 15 147 36 36
Octal 311 111 217 0 100 35 25 507 66 66
Binary 11001001 1001001 10001111 0 1000000 11101 10101 101000111 110110 110110

Color Harmonies of #C9498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9498F

Black with #C9498F

Text Example


Text Example

White with #C9498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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