Html Css Color HEX #C9459C Mulberry

📋 copy color: '#C9459C'

red 201 ◦ green 69 ◦ blue 156

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

Shades of Mulberry #C9459C

Tints of Mulberry #C9459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.2%

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 47.18%
G = 16.2%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9459C (or 0xC9459C) is known color: Mulberry. HEX triplet: C9, 45 and 9C. RGB value is (201,69,156). Sum of RGB (Red+Green+Blue) = 201+69+156=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9459C is #36BA63. Grayscale: #767676. Windows color (decimal): -3586660 or 10241481. OLE color: 10241481.

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

Color convert

RGB 201 69 156 -
CMYK 0 0.66 0.22 0.21
HSL 320.45º 0.55% 0.53% -
HSV(B) 320.45º 0.66% 0.79% -
XYZ 32.22 19.07 33.44 -
YUV 118.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 201 69 156 0 0.66 0.22 0.21 320.45 0.55 0.53
Hex C9 45 9C 0 42 16 15 140 37 35
Octal 311 105 234 0 102 26 25 500 67 65
Binary 11001001 1000101 10011100 0 1000010 10110 10101 101000000 110111 110101

Color Harmonies of #C9459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9459C

Black with #C9459C

Text Example


Text Example

White with #C9459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9459C; }

 p { color: rgb(201,69,156); }

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

background-color css

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

 a { background-color: rgb(201,69,156); }

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

border-color css

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

 span { border-color: rgb(201,69,156); }

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