Html Css Color HEX #C94689 Mulberry

📋 copy color: '#C94689'

red 201 ◦ green 70 ◦ blue 137

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

Shades of Mulberry #C94689

Tints of Mulberry #C94689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 49.26%
G = 17.16%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C94689 (or 0xC94689) is known color: Mulberry. HEX triplet: C9, 46 and 89. RGB value is (201,70,137). Sum of RGB (Red+Green+Blue) = 201+70+137=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C94689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94689 is #36B976. Grayscale: #747474. Windows color (decimal): -3586423 or 8996553. OLE color: 8996553.

HSL color Cylindrical-coordinate representation of color #C94689: hue angle of 329.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94689 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 137 -
CMYK 0 0.65 0.32 0.21
HSL 329.31º 0.55% 0.53% -
HSV(B) 329.31º 0.65% 0.79% -
XYZ 30.79 18.6 25.63 -
YUV 116.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 201 70 137 0 0.65 0.32 0.21 329.31 0.55 0.53
Hex C9 46 89 0 41 20 15 149 37 35
Octal 311 106 211 0 101 40 25 511 67 65
Binary 11001001 1000110 10001001 0 1000001 100000 10101 101001001 110111 110101

Color Harmonies of #C94689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94689

Black with #C94689

Text Example


Text Example

White with #C94689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94689; }

 p { color: rgb(201,70,137); }

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

background-color css

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

 a { background-color: rgb(201,70,137); }

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

border-color css

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

 span { border-color: rgb(201,70,137); }

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