Html Css Color HEX #C0428B Mulberry

📋 copy color: '#C0428B'

red 192 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #C0428B

Tints of Mulberry #C0428B

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

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

R = 48.36%
G = 16.62%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0428B (or 0xC0428B) is known color: Mulberry. HEX triplet: C0, 42 and 8B. RGB value is (192,66,139). Sum of RGB (Red+Green+Blue) = 192+66+139=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0428B is #3FBD74. Grayscale: #6F6F6F. Windows color (decimal): -4177269 or 9126592. OLE color: 9126592.

HSL color Cylindrical-coordinate representation of color #C0428B: hue angle of 325.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0428B is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 139 -
CMYK 0 0.66 0.28 0.25
HSL 325.24º 0.5% 0.51% -
HSV(B) 325.24º 0.66% 0.75% -
XYZ 28.35 16.97 26.21 -
YUV 112 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 192 66 139 0 0.66 0.28 0.25 325.24 0.5 0.51
Hex C0 42 8B 0 42 1C 19 145 32 33
Octal 300 102 213 0 102 34 31 505 62 63
Binary 11000000 1000010 10001011 0 1000010 11100 11001 101000101 110010 110011

Color Harmonies of #C0428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0428B

Black with #C0428B

Text Example


Text Example

White with #C0428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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