Html Css Color HEX #C9498C Mulberry

📋 copy color: '#C9498C'

red 201 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #C9498C

Tints of Mulberry #C9498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 48.55%
G = 17.63%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9498C (or 0xC9498C) is known color: Mulberry. HEX triplet: C9, 49 and 8C. RGB value is (201,73,140). Sum of RGB (Red+Green+Blue) = 201+73+140=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9498C is #36B673. Grayscale: #767676. Windows color (decimal): -3585652 or 9193929. OLE color: 9193929.

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

Color convert

RGB 201 73 140 -
CMYK 0 0.64 0.30 0.21
HSL 328.59º 0.54% 0.54% -
HSV(B) 328.59º 0.64% 0.79% -
XYZ 31.2 19.08 26.85 -
YUV 118.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 201 73 140 0 0.64 0.30 0.21 328.59 0.54 0.54
Hex C9 49 8C 0 40 1E 15 149 36 36
Octal 311 111 214 0 100 36 25 511 66 66
Binary 11001001 1001001 10001100 0 1000000 11110 10101 101001001 110110 110110

Color Harmonies of #C9498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9498C

Black with #C9498C

Text Example


Text Example

White with #C9498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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