Html Css Color HEX #C0487E Mulberry

📋 copy color: '#C0487E'

red 192 ◦ green 72 ◦ blue 126

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

Shades of Mulberry #C0487E

Tints of Mulberry #C0487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 49.23%
G = 18.46%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0487E (or 0xC0487E) is known color: Mulberry. HEX triplet: C0, 48 and 7E. RGB value is (192,72,126). Sum of RGB (Red+Green+Blue) = 192+72+126=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0487E is #3FB781. Grayscale: #717171. Windows color (decimal): -4175746 or 8276160. OLE color: 8276160.

HSL color Cylindrical-coordinate representation of color #C0487E: hue angle of 333º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0487E is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 126 -
CMYK 0 0.63 0.34 0.25
HSL 333º 0.49% 0.52% -
HSV(B) 333º 0.63% 0.75% -
XYZ 27.82 17.35 21.62 -
YUV 114.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 192 72 126 0 0.63 0.34 0.25 333 0.49 0.52
Hex C0 48 7E 0 3F 22 19 14D 31 34
Octal 300 110 176 0 77 42 31 515 61 64
Binary 11000000 1001000 1111110 0 111111 100010 11001 101001101 110001 110100

Color Harmonies of #C0487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0487E

Black with #C0487E

Text Example


Text Example

White with #C0487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0487E; }

 p { color: rgb(192,72,126); }

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

background-color css

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

 a { background-color: rgb(192,72,126); }

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

border-color css

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

 span { border-color: rgb(192,72,126); }

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