Html Css Color HEX #C2489C Mulberry

📋 copy color: '#C2489C'

red 194 ◦ green 72 ◦ blue 156

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

Shades of Mulberry #C2489C

Tints of Mulberry #C2489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 45.97%
G = 17.06%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2489C (or 0xC2489C) is known color: Mulberry. HEX triplet: C2, 48 and 9C. RGB value is (194,72,156). Sum of RGB (Red+Green+Blue) = 194+72+156=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2489C is #3DB763. Grayscale: #757575. Windows color (decimal): -4044644 or 10242242. OLE color: 10242242.

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

Color convert

RGB 194 72 156 -
CMYK 0 0.63 0.20 0.24
HSL 318.69º 0.5% 0.52% -
HSV(B) 318.69º 0.63% 0.76% -
XYZ 30.57 18.5 33.41 -
YUV 118.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 194 72 156 0 0.63 0.20 0.24 318.69 0.5 0.52
Hex C2 48 9C 0 3F 14 18 13F 32 34
Octal 302 110 234 0 77 24 30 477 62 64
Binary 11000010 1001000 10011100 0 111111 10100 11000 100111111 110010 110100

Color Harmonies of #C2489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2489C

Black with #C2489C

Text Example


Text Example

White with #C2489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2489C; }

 p { color: rgb(194,72,156); }

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

background-color css

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

 a { background-color: rgb(194,72,156); }

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

border-color css

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

 span { border-color: rgb(194,72,156); }

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