Html Css Color HEX #C9469F Mulberry

📋 copy color: '#C9469F'

red 201 ◦ green 70 ◦ blue 159

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

Shades of Mulberry #C9469F

Tints of Mulberry #C9469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 46.74%
G = 16.28%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9469F (or 0xC9469F) is known color: Mulberry. HEX triplet: C9, 46 and 9F. RGB value is (201,70,159). Sum of RGB (Red+Green+Blue) = 201+70+159=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9469F is #36B960. Grayscale: #777777. Windows color (decimal): -3586401 or 10438345. OLE color: 10438345.

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

Color convert

RGB 201 70 159 -
CMYK 0 0.65 0.21 0.21
HSL 319.24º 0.55% 0.53% -
HSV(B) 319.24º 0.65% 0.79% -
XYZ 32.54 19.3 34.81 -
YUV 119.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 201 70 159 0 0.65 0.21 0.21 319.24 0.55 0.53
Hex C9 46 9F 0 41 15 15 13F 37 35
Octal 311 106 237 0 101 25 25 477 67 65
Binary 11001001 1000110 10011111 0 1000001 10101 10101 100111111 110111 110101

Color Harmonies of #C9469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9469F

Black with #C9469F

Text Example


Text Example

White with #C9469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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