Html Css Color HEX #C24695 Mulberry

📋 copy color: '#C24695'

red 194 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #C24695

Tints of Mulberry #C24695

RGB

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

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

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

R = 46.97%
G = 16.95%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24695 (or 0xC24695) is known color: Mulberry. HEX triplet: C2, 46 and 95. RGB value is (194,70,149). Sum of RGB (Red+Green+Blue) = 194+70+149=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C24695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24695 is #3DB96A. Grayscale: #737373. Windows color (decimal): -4045163 or 9782978. OLE color: 9782978.

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

Color convert

RGB 194 70 149 -
CMYK 0 0.64 0.23 0.24
HSL 321.77º 0.5% 0.52% -
HSV(B) 321.77º 0.64% 0.76% -
XYZ 29.86 18.02 30.34 -
YUV 116.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 194 70 149 0 0.64 0.23 0.24 321.77 0.5 0.52
Hex C2 46 95 0 40 17 18 142 32 34
Octal 302 106 225 0 100 27 30 502 62 64
Binary 11000010 1000110 10010101 0 1000000 10111 11000 101000010 110010 110100

Color Harmonies of #C24695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24695

Black with #C24695

Text Example


Text Example

White with #C24695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24695; }

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

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

background-color css

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

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

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

border-color css

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

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

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