Html Css Color HEX #C9408C Mulberry

📋 copy color: '#C9408C'

red 201 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #C9408C

Tints of Mulberry #C9408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 49.63%
G = 15.8%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9408C (or 0xC9408C) is known color: Mulberry. HEX triplet: C9, 40 and 8C. RGB value is (201,64,140). Sum of RGB (Red+Green+Blue) = 201+64+140=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9408C is #36BF73. Grayscale: #717171. Windows color (decimal): -3587956 or 9191625. OLE color: 9191625.

HSL color Cylindrical-coordinate representation of color #C9408C: hue angle of 326.72º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9408C is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 140 -
CMYK 0 0.68 0.30 0.21
HSL 326.72º 0.56% 0.52% -
HSV(B) 326.72º 0.68% 0.79% -
XYZ 30.65 17.98 26.67 -
YUV 113.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 201 64 140 0 0.68 0.30 0.21 326.72 0.56 0.52
Hex C9 40 8C 0 44 1E 15 147 38 34
Octal 311 100 214 0 104 36 25 507 70 64
Binary 11001001 1000000 10001100 0 1000100 11110 10101 101000111 111000 110100

Color Harmonies of #C9408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9408C

Black with #C9408C

Text Example


Text Example

White with #C9408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9408C; }

 p { color: rgb(201,64,140); }

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

background-color css

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

 a { background-color: rgb(201,64,140); }

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

border-color css

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

 span { border-color: rgb(201,64,140); }

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