Html Css Color HEX #C749A4 Mulberry

📋 copy color: '#C749A4'

red 199 ◦ green 73 ◦ blue 164

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

Shades of Mulberry #C749A4

Tints of Mulberry #C749A4

RGB

 RED value IS 199 (78.13% from 255) = 45.64%

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

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 45.64%
G = 16.74%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C749A4 (or 0xC749A4) is known color: Mulberry. HEX triplet: C7, 49 and A4. RGB value is (199,73,164). Sum of RGB (Red+Green+Blue) = 199+73+164=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C749A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749A4 is #38B65B. Grayscale: #787878. Windows color (decimal): -3716700 or 10766791. OLE color: 10766791.

HSL color Cylindrical-coordinate representation of color #C749A4: hue angle of 316.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C749A4 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 164 -
CMYK 0 0.63 0.18 0.22
HSL 316.67º 0.53% 0.53% -
HSV(B) 316.67º 0.63% 0.78% -
XYZ 32.64 19.59 37.18 -
YUV 121.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 199 73 164 0 0.63 0.18 0.22 316.67 0.53 0.53
Hex C7 49 A4 0 3F 12 16 13D 35 35
Octal 307 111 244 0 77 22 26 475 65 65
Binary 11000111 1001001 10100100 0 111111 10010 10110 100111101 110101 110101

Color Harmonies of #C749A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749A4

Black with #C749A4

Text Example


Text Example

White with #C749A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749A4; }

 p { color: rgb(199,73,164); }

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

background-color css

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

 a { background-color: rgb(199,73,164); }

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

border-color css

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

 span { border-color: rgb(199,73,164); }

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