Html Css Color HEX #C9459A Mulberry

📋 copy color: '#C9459A'

red 201 ◦ green 69 ◦ blue 154

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

Shades of Mulberry #C9459A

Tints of Mulberry #C9459A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 47.41%
G = 16.27%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9459A (or 0xC9459A) is known color: Mulberry. HEX triplet: C9, 45 and 9A. RGB value is (201,69,154). Sum of RGB (Red+Green+Blue) = 201+69+154=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9459A is #36BA65. Grayscale: #757575. Windows color (decimal): -3586662 or 10110409. OLE color: 10110409.

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

Color convert

RGB 201 69 154 -
CMYK 0 0.66 0.23 0.21
HSL 321.36º 0.55% 0.53% -
HSV(B) 321.36º 0.66% 0.79% -
XYZ 32.05 19.01 32.55 -
YUV 118.16 148.23 187.09 -
System Red Green Blue C M Y K H S L
Decimal 201 69 154 0 0.66 0.23 0.21 321.36 0.55 0.53
Hex C9 45 9A 0 42 17 15 141 37 35
Octal 311 105 232 0 102 27 25 501 67 65
Binary 11001001 1000101 10011010 0 1000010 10111 10101 101000001 110111 110101

Color Harmonies of #C9459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9459A

Black with #C9459A

Text Example


Text Example

White with #C9459A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9459A; }

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

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

background-color css

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

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

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

border-color css

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

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

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