Html Css Color HEX #C0488C Mulberry

📋 copy color: '#C0488C'

red 192 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #C0488C

Tints of Mulberry #C0488C

RGB

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

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

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

R = 47.52%
G = 17.82%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0488C (or 0xC0488C) is known color: Mulberry. HEX triplet: C0, 48 and 8C. RGB value is (192,72,140). Sum of RGB (Red+Green+Blue) = 192+72+140=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0488C is #3FB773. Grayscale: #737373. Windows color (decimal): -4175732 or 9193664. OLE color: 9193664.

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

Color convert

RGB 192 72 140 -
CMYK 0 0.63 0.27 0.25
HSL 326º 0.49% 0.52% -
HSV(B) 326º 0.63% 0.75% -
XYZ 28.79 17.73 26.72 -
YUV 115.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 192 72 140 0 0.63 0.27 0.25 326 0.49 0.52
Hex C0 48 8C 0 3F 1B 19 146 31 34
Octal 300 110 214 0 77 33 31 506 61 64
Binary 11000000 1001000 10001100 0 111111 11011 11001 101000110 110001 110100

Color Harmonies of #C0488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0488C

Black with #C0488C

Text Example


Text Example

White with #C0488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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