Html Css Color HEX #C249A2 Mulberry

📋 copy color: '#C249A2'

red 194 ◦ green 73 ◦ blue 162

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

Shades of Mulberry #C249A2

Tints of Mulberry #C249A2

RGB

 RED value IS 194 (76.17% from 255) = 45.22%

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

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

R = 45.22%
G = 17.02%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C249A2 (or 0xC249A2) is known color: Mulberry. HEX triplet: C2, 49 and A2. RGB value is (194,73,162). Sum of RGB (Red+Green+Blue) = 194+73+162=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C249A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249A2 is #3DB65D. Grayscale: #777777. Windows color (decimal): -4044382 or 10635714. OLE color: 10635714.

HSL color Cylindrical-coordinate representation of color #C249A2: hue angle of 315.87º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C249A2 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 162 -
CMYK 0 0.62 0.16 0.24
HSL 315.87º 0.5% 0.52% -
HSV(B) 315.87º 0.62% 0.76% -
XYZ 31.15 18.84 36.18 -
YUV 119.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 194 73 162 0 0.62 0.16 0.24 315.87 0.5 0.52
Hex C2 49 A2 0 3E 10 18 13C 32 34
Octal 302 111 242 0 76 20 30 474 62 64
Binary 11000010 1001001 10100010 0 111110 10000 11000 100111100 110010 110100

Color Harmonies of #C249A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249A2

Black with #C249A2

Text Example


Text Example

White with #C249A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249A2; }

 p { color: rgb(194,73,162); }

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

background-color css

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

 a { background-color: rgb(194,73,162); }

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

border-color css

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

 span { border-color: rgb(194,73,162); }

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