Html Css Color HEX #C7428B Mulberry

📋 copy color: '#C7428B'

red 199 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #C7428B

Tints of Mulberry #C7428B

RGB

 RED value IS 199 (78.13% from 255) = 49.26%

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

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

R = 49.26%
G = 16.34%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7428B (or 0xC7428B) is known color: Mulberry. HEX triplet: C7, 42 and 8B. RGB value is (199,66,139). Sum of RGB (Red+Green+Blue) = 199+66+139=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7428B is #38BD74. Grayscale: #717171. Windows color (decimal): -3718517 or 9126599. OLE color: 9126599.

HSL color Cylindrical-coordinate representation of color #C7428B: hue angle of 327.07º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7428B is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 66 139 -
CMYK 0 0.67 0.30 0.22
HSL 327.07º 0.54% 0.52% -
HSV(B) 327.07º 0.67% 0.78% -
XYZ 30.16 17.9 26.29 -
YUV 114.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 199 66 139 0 0.67 0.30 0.22 327.07 0.54 0.52
Hex C7 42 8B 0 43 1E 16 147 36 34
Octal 307 102 213 0 103 36 26 507 66 64
Binary 11000111 1000010 10001011 0 1000011 11110 10110 101000111 110110 110100

Color Harmonies of #C7428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7428B

Black with #C7428B

Text Example


Text Example

White with #C7428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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