Html Css Color HEX #C0478C Mulberry

📋 copy color: '#C0478C'

red 192 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #C0478C

Tints of Mulberry #C0478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

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

R = 47.64%
G = 17.62%
B = 34.74%

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

#C0478C (or 0xC0478C) is known color: Mulberry. HEX triplet: C0, 47 and 8C. RGB value is (192,71,140). Sum of RGB (Red+Green+Blue) = 192+71+140=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0478C is #3FB873. Grayscale: #727272. Windows color (decimal): -4175988 or 9193408. OLE color: 9193408.

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

Color convert

RGB 192 71 140 -
CMYK 0 0.63 0.27 0.25
HSL 325.79º 0.49% 0.52% -
HSV(B) 325.79º 0.63% 0.75% -
XYZ 28.73 17.61 26.7 -
YUV 115.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 192 71 140 0 0.63 0.27 0.25 325.79 0.49 0.52
Hex C0 47 8C 0 3F 1B 19 146 31 34
Octal 300 107 214 0 77 33 31 506 61 64
Binary 11000000 1000111 10001100 0 111111 11011 11001 101000110 110001 110100

Color Harmonies of #C0478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0478C

Black with #C0478C

Text Example


Text Example

White with #C0478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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