Html Css Color HEX #C0477E Mulberry

📋 copy color: '#C0477E'

red 192 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #C0477E

Tints of Mulberry #C0477E

RGB

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

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

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

R = 49.36%
G = 18.25%
B = 32.39%

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

#C0477E (or 0xC0477E) is known color: Mulberry. HEX triplet: C0, 47 and 7E. RGB value is (192,71,126). Sum of RGB (Red+Green+Blue) = 192+71+126=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0477E is #3FB881. Grayscale: #717171. Windows color (decimal): -4176002 or 8275904. OLE color: 8275904.

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

Color convert

RGB 192 71 126 -
CMYK 0 0.63 0.34 0.25
HSL 332.73º 0.49% 0.52% -
HSV(B) 332.73º 0.63% 0.75% -
XYZ 27.76 17.22 21.6 -
YUV 113.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 192 71 126 0 0.63 0.34 0.25 332.73 0.49 0.52
Hex C0 47 7E 0 3F 22 19 14D 31 34
Octal 300 107 176 0 77 42 31 515 61 64
Binary 11000000 1000111 1111110 0 111111 100010 11001 101001101 110001 110100

Color Harmonies of #C0477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0477E

Black with #C0477E

Text Example


Text Example

White with #C0477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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