Html Css Color HEX #C047A6 Mulberry

📋 copy color: '#C047A6'

red 192 ◦ green 71 ◦ blue 166

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

Shades of Mulberry #C047A6

Tints of Mulberry #C047A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 44.76%
G = 16.55%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C047A6 (or 0xC047A6) is known color: Mulberry. HEX triplet: C0, 47 and A6. RGB value is (192,71,166). Sum of RGB (Red+Green+Blue) = 192+71+166=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C047A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047A6 is #3FB859. Grayscale: #757575. Windows color (decimal): -4175962 or 10897344. OLE color: 10897344.

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

Color convert

RGB 192 71 166 -
CMYK 0 0.63 0.14 0.25
HSL 312.89º 0.49% 0.52% -
HSV(B) 312.89º 0.63% 0.75% -
XYZ 30.87 18.47 38.01 -
YUV 118.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 192 71 166 0 0.63 0.14 0.25 312.89 0.49 0.52
Hex C0 47 A6 0 3F E 19 139 31 34
Octal 300 107 246 0 77 16 31 471 61 64
Binary 11000000 1000111 10100110 0 111111 1110 11001 100111001 110001 110100

Color Harmonies of #C047A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047A6

Black with #C047A6

Text Example


Text Example

White with #C047A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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