Html Css Color HEX #C049A5 Mulberry

📋 copy color: '#C049A5'

red 192 ◦ green 73 ◦ blue 165

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

Shades of Mulberry #C049A5

Tints of Mulberry #C049A5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 44.65%
G = 16.98%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C049A5 (or 0xC049A5) is known color: Mulberry. HEX triplet: C0, 49 and A5. RGB value is (192,73,165). Sum of RGB (Red+Green+Blue) = 192+73+165=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C049A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049A5 is #3FB65A. Grayscale: #767676. Windows color (decimal): -4175451 or 10832320. OLE color: 10832320.

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

Color convert

RGB 192 73 165 -
CMYK 0 0.62 0.14 0.25
HSL 313.61º 0.49% 0.52% -
HSV(B) 313.61º 0.62% 0.75% -
XYZ 30.91 18.69 37.58 -
YUV 119.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 192 73 165 0 0.62 0.14 0.25 313.61 0.49 0.52
Hex C0 49 A5 0 3E E 19 13A 31 34
Octal 300 111 245 0 76 16 31 472 61 64
Binary 11000000 1001001 10100101 0 111110 1110 11001 100111010 110001 110100

Color Harmonies of #C049A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049A5

Black with #C049A5

Text Example


Text Example

White with #C049A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049A5; }

 p { color: rgb(192,73,165); }

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

background-color css

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

 a { background-color: rgb(192,73,165); }

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

border-color css

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

 span { border-color: rgb(192,73,165); }

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