Html Css Color HEX #C9428C Mulberry

📋 copy color: '#C9428C'

red 201 ◦ green 66 ◦ blue 140

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

Shades of Mulberry #C9428C

Tints of Mulberry #C9428C

RGB

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

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

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

R = 49.39%
G = 16.22%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9428C (or 0xC9428C) is known color: Mulberry. HEX triplet: C9, 42 and 8C. RGB value is (201,66,140). Sum of RGB (Red+Green+Blue) = 201+66+140=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9428C is #36BD73. Grayscale: #727272. Windows color (decimal): -3587444 or 9192137. OLE color: 9192137.

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

Color convert

RGB 201 66 140 -
CMYK 0 0.67 0.30 0.21
HSL 327.11º 0.56% 0.52% -
HSV(B) 327.11º 0.67% 0.79% -
XYZ 30.77 18.21 26.7 -
YUV 114.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 201 66 140 0 0.67 0.30 0.21 327.11 0.56 0.52
Hex C9 42 8C 0 43 1E 15 147 38 34
Octal 311 102 214 0 103 36 25 507 70 64
Binary 11001001 1000010 10001100 0 1000011 11110 10101 101000111 111000 110100

Color Harmonies of #C9428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9428C

Black with #C9428C

Text Example


Text Example

White with #C9428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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