Html Css Color HEX #C9428B Mulberry

📋 copy color: '#C9428B'

red 201 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #C9428B

Tints of Mulberry #C9428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 49.51%
G = 16.26%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9428B (or 0xC9428B) is known color: Mulberry. HEX triplet: C9, 42 and 8B. RGB value is (201,66,139). Sum of RGB (Red+Green+Blue) = 201+66+139=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9428B is #36BD74. Grayscale: #727272. Windows color (decimal): -3587445 or 9126601. OLE color: 9126601.

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

Color convert

RGB 201 66 139 -
CMYK 0 0.67 0.31 0.21
HSL 327.56º 0.56% 0.52% -
HSV(B) 327.56º 0.67% 0.79% -
XYZ 30.7 18.18 26.32 -
YUV 114.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 201 66 139 0 0.67 0.31 0.21 327.56 0.56 0.52
Hex C9 42 8B 0 43 1F 15 148 38 34
Octal 311 102 213 0 103 37 25 510 70 64
Binary 11001001 1000010 10001011 0 1000011 11111 10101 101001000 111000 110100

Color Harmonies of #C9428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9428B

Black with #C9428B

Text Example


Text Example

White with #C9428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9428B; }

 p { color: rgb(201,66,139); }

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

background-color css

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

 a { background-color: rgb(201,66,139); }

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

border-color css

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

 span { border-color: rgb(201,66,139); }

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