Html Css Color HEX #C9448E Mulberry

📋 copy color: '#C9448E'

red 201 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #C9448E

Tints of Mulberry #C9448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.55%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 48.91%
G = 16.55%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9448E (or 0xC9448E) is known color: Mulberry. HEX triplet: C9, 44 and 8E. RGB value is (201,68,142). Sum of RGB (Red+Green+Blue) = 201+68+142=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9448E is #36BB71. Grayscale: #747474. Windows color (decimal): -3586930 or 9323721. OLE color: 9323721.

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

Color convert

RGB 201 68 142 -
CMYK 0 0.66 0.29 0.21
HSL 326.62º 0.55% 0.53% -
HSV(B) 326.62º 0.66% 0.79% -
XYZ 31.04 18.5 27.53 -
YUV 116.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 201 68 142 0 0.66 0.29 0.21 326.62 0.55 0.53
Hex C9 44 8E 0 42 1D 15 147 37 35
Octal 311 104 216 0 102 35 25 507 67 65
Binary 11001001 1000100 10001110 0 1000010 11101 10101 101000111 110111 110101

Color Harmonies of #C9448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9448E

Black with #C9448E

Text Example


Text Example

White with #C9448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9448E; }

 p { color: rgb(201,68,142); }

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

background-color css

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

 a { background-color: rgb(201,68,142); }

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

border-color css

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

 span { border-color: rgb(201,68,142); }

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