Html Css Color HEX #C24796 Mulberry

📋 copy color: '#C24796'

red 194 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #C24796

Tints of Mulberry #C24796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 46.75%
G = 17.11%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24796 (or 0xC24796) is known color: Mulberry. HEX triplet: C2, 47 and 96. RGB value is (194,71,150). Sum of RGB (Red+Green+Blue) = 194+71+150=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C24796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24796 is #3DB869. Grayscale: #747474. Windows color (decimal): -4044906 or 9848770. OLE color: 9848770.

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

Color convert

RGB 194 71 150 -
CMYK 0 0.63 0.23 0.24
HSL 321.46º 0.5% 0.52% -
HSV(B) 321.46º 0.63% 0.76% -
XYZ 30.01 18.18 30.78 -
YUV 116.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 194 71 150 0 0.63 0.23 0.24 321.46 0.5 0.52
Hex C2 47 96 0 3F 17 18 141 32 34
Octal 302 107 226 0 77 27 30 501 62 64
Binary 11000010 1000111 10010110 0 111111 10111 11000 101000001 110010 110100

Color Harmonies of #C24796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24796

Black with #C24796

Text Example


Text Example

White with #C24796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24796; }

 p { color: rgb(194,71,150); }

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

background-color css

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

 a { background-color: rgb(194,71,150); }

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

border-color css

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

 span { border-color: rgb(194,71,150); }

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