Html Css Color HEX #C9498A Mulberry

📋 copy color: '#C9498A'

red 201 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #C9498A

Tints of Mulberry #C9498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 48.79%
G = 17.72%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9498A (or 0xC9498A) is known color: Mulberry. HEX triplet: C9, 49 and 8A. RGB value is (201,73,138). Sum of RGB (Red+Green+Blue) = 201+73+138=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9498A is #36B675. Grayscale: #767676. Windows color (decimal): -3585654 or 9062857. OLE color: 9062857.

HSL color Cylindrical-coordinate representation of color #C9498A: hue angle of 329.53º 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 #C9498A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 138 -
CMYK 0 0.64 0.31 0.21
HSL 329.53º 0.54% 0.54% -
HSV(B) 329.53º 0.64% 0.79% -
XYZ 31.06 19.02 26.08 -
YUV 118.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 201 73 138 0 0.64 0.31 0.21 329.53 0.54 0.54
Hex C9 49 8A 0 40 1F 15 14A 36 36
Octal 311 111 212 0 100 37 25 512 66 66
Binary 11001001 1001001 10001010 0 1000000 11111 10101 101001010 110110 110110

Color Harmonies of #C9498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9498A

Black with #C9498A

Text Example


Text Example

White with #C9498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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