Html Css Color HEX #C9469B Mulberry

📋 copy color: '#C9469B'

red 201 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #C9469B

Tints of Mulberry #C9469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 47.18%
G = 16.43%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9469B (or 0xC9469B) is known color: Mulberry. HEX triplet: C9, 46 and 9B. RGB value is (201,70,155). Sum of RGB (Red+Green+Blue) = 201+70+155=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9469B is #36B964. Grayscale: #767676. Windows color (decimal): -3586405 or 10176201. OLE color: 10176201.

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

Color convert

RGB 201 70 155 -
CMYK 0 0.65 0.23 0.21
HSL 321.07º 0.55% 0.53% -
HSV(B) 321.07º 0.65% 0.79% -
XYZ 32.19 19.16 33.01 -
YUV 118.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 201 70 155 0 0.65 0.23 0.21 321.07 0.55 0.53
Hex C9 46 9B 0 41 17 15 141 37 35
Octal 311 106 233 0 101 27 25 501 67 65
Binary 11001001 1000110 10011011 0 1000001 10111 10101 101000001 110111 110101

Color Harmonies of #C9469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9469B

Black with #C9469B

Text Example


Text Example

White with #C9469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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