Html Css Color HEX #C046A2 Mulberry

📋 copy color: '#C046A2'

red 192 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #C046A2

Tints of Mulberry #C046A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 45.28%
G = 16.51%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C046A2 (or 0xC046A2) is known color: Mulberry. HEX triplet: C0, 46 and A2. RGB value is (192,70,162). Sum of RGB (Red+Green+Blue) = 192+70+162=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C046A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046A2 is #3FB95D. Grayscale: #747474. Windows color (decimal): -4176222 or 10634944. OLE color: 10634944.

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

Color convert

RGB 192 70 162 -
CMYK 0 0.64 0.16 0.25
HSL 314.75º 0.49% 0.51% -
HSV(B) 314.75º 0.64% 0.75% -
XYZ 30.45 18.2 36.09 -
YUV 116.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 192 70 162 0 0.64 0.16 0.25 314.75 0.49 0.51
Hex C0 46 A2 0 40 10 19 13B 31 33
Octal 300 106 242 0 100 20 31 473 61 63
Binary 11000000 1000110 10100010 0 1000000 10000 11001 100111011 110001 110011

Color Harmonies of #C046A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046A2

Black with #C046A2

Text Example


Text Example

White with #C046A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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