Html Css Color HEX #C0487F Mulberry

📋 copy color: '#C0487F'

red 192 ◦ green 72 ◦ blue 127

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

Shades of Mulberry #C0487F

Tints of Mulberry #C0487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 49.1%
G = 18.41%
B = 32.48%

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

#C0487F (or 0xC0487F) is known color: Mulberry. HEX triplet: C0, 48 and 7F. RGB value is (192,72,127). Sum of RGB (Red+Green+Blue) = 192+72+127=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0487F is #3FB780. Grayscale: #727272. Windows color (decimal): -4175745 or 8341696. OLE color: 8341696.

HSL color Cylindrical-coordinate representation of color #C0487F: hue angle of 332.5º 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 #C0487F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 127 -
CMYK 0 0.63 0.34 0.25
HSL 332.5º 0.49% 0.52% -
HSV(B) 332.5º 0.63% 0.75% -
XYZ 27.89 17.37 21.96 -
YUV 114.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 192 72 127 0 0.63 0.34 0.25 332.5 0.49 0.52
Hex C0 48 7F 0 3F 22 19 14C 31 34
Octal 300 110 177 0 77 42 31 514 61 64
Binary 11000000 1001000 1111111 0 111111 100010 11001 101001100 110001 110100

Color Harmonies of #C0487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0487F

Black with #C0487F

Text Example


Text Example

White with #C0487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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