Html Css Color HEX #C24395 Mulberry

📋 copy color: '#C24395'

red 194 ◦ green 67 ◦ blue 149

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

Shades of Mulberry #C24395

Tints of Mulberry #C24395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 47.32%
G = 16.34%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24395 (or 0xC24395) is known color: Mulberry. HEX triplet: C2, 43 and 95. RGB value is (194,67,149). Sum of RGB (Red+Green+Blue) = 194+67+149=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24395 is #3DBC6A. Grayscale: #727272. Windows color (decimal): -4045931 or 9782210. OLE color: 9782210.

HSL color Cylindrical-coordinate representation of color #C24395: hue angle of 321.26º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24395 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 149 -
CMYK 0 0.65 0.23 0.24
HSL 321.26º 0.51% 0.51% -
HSV(B) 321.26º 0.65% 0.76% -
XYZ 29.68 17.65 30.28 -
YUV 114.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 194 67 149 0 0.65 0.23 0.24 321.26 0.51 0.51
Hex C2 43 95 0 41 17 18 141 33 33
Octal 302 103 225 0 101 27 30 501 63 63
Binary 11000010 1000011 10010101 0 1000001 10111 11000 101000001 110011 110011

Color Harmonies of #C24395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24395

Black with #C24395

Text Example


Text Example

White with #C24395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24395; }

 p { color: rgb(194,67,149); }

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

background-color css

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

 a { background-color: rgb(194,67,149); }

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

border-color css

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

 span { border-color: rgb(194,67,149); }

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