Html Css Color HEX #C046A0 Mulberry

📋 copy color: '#C046A0'

red 192 ◦ green 70 ◦ blue 160

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

Shades of Mulberry #C046A0

Tints of Mulberry #C046A0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.59%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 45.5%
G = 16.59%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C046A0 (or 0xC046A0) is known color: Mulberry. HEX triplet: C0, 46 and A0. RGB value is (192,70,160). Sum of RGB (Red+Green+Blue) = 192+70+160=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C046A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046A0 is #3FB95F. Grayscale: #747474. Windows color (decimal): -4176224 or 10503872. OLE color: 10503872.

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

Color convert

RGB 192 70 160 -
CMYK 0 0.64 0.17 0.25
HSL 315.74º 0.49% 0.51% -
HSV(B) 315.74º 0.64% 0.75% -
XYZ 30.27 18.12 35.16 -
YUV 116.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 192 70 160 0 0.64 0.17 0.25 315.74 0.49 0.51
Hex C0 46 A0 0 40 11 19 13C 31 33
Octal 300 106 240 0 100 21 31 474 61 63
Binary 11000000 1000110 10100000 0 1000000 10001 11001 100111100 110001 110011

Color Harmonies of #C046A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046A0

Black with #C046A0

Text Example


Text Example

White with #C046A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046A0; }

 p { color: rgb(192,70,160); }

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

background-color css

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

 a { background-color: rgb(192,70,160); }

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

border-color css

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

 span { border-color: rgb(192,70,160); }

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