Html Css Color HEX #C9448A Mulberry

📋 copy color: '#C9448A'

red 201 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #C9448A

Tints of Mulberry #C9448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 49.39%
G = 16.71%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9448A (or 0xC9448A) is known color: Mulberry. HEX triplet: C9, 44 and 8A. RGB value is (201,68,138). Sum of RGB (Red+Green+Blue) = 201+68+138=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9448A is #36BB75. Grayscale: #737373. Windows color (decimal): -3586934 or 9061577. OLE color: 9061577.

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

Color convert

RGB 201 68 138 -
CMYK 0 0.66 0.31 0.21
HSL 328.42º 0.55% 0.53% -
HSV(B) 328.42º 0.66% 0.79% -
XYZ 30.74 18.39 25.97 -
YUV 115.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 201 68 138 0 0.66 0.31 0.21 328.42 0.55 0.53
Hex C9 44 8A 0 42 1F 15 148 37 35
Octal 311 104 212 0 102 37 25 510 67 65
Binary 11001001 1000100 10001010 0 1000010 11111 10101 101001000 110111 110101

Color Harmonies of #C9448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9448A

Black with #C9448A

Text Example


Text Example

White with #C9448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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