Html Css Color HEX #C24680 Mulberry

📋 copy color: '#C24680'

red 194 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C24680

Tints of Mulberry #C24680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 49.49%
G = 17.86%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24680 (or 0xC24680) is known color: Mulberry. HEX triplet: C2, 46 and 80. RGB value is (194,70,128). Sum of RGB (Red+Green+Blue) = 194+70+128=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C24680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24680 is #3DB97F. Grayscale: #717171. Windows color (decimal): -4045184 or 8406722. OLE color: 8406722.

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

Color convert

RGB 194 70 128 -
CMYK 0 0.64 0.34 0.24
HSL 331.94º 0.5% 0.52% -
HSV(B) 331.94º 0.64% 0.76% -
XYZ 28.33 17.41 22.29 -
YUV 113.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 194 70 128 0 0.64 0.34 0.24 331.94 0.5 0.52
Hex C2 46 80 0 40 22 18 14C 32 34
Octal 302 106 200 0 100 42 30 514 62 64
Binary 11000010 1000110 10000000 0 1000000 100010 11000 101001100 110010 110100

Color Harmonies of #C24680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24680

Black with #C24680

Text Example


Text Example

White with #C24680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24680; }

 p { color: rgb(194,70,128); }

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

background-color css

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

 a { background-color: rgb(194,70,128); }

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

border-color css

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

 span { border-color: rgb(194,70,128); }

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