Html Css Color HEX #C25296 Mulberry

📋 copy color: '#C25296'

red 194 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #C25296

Tints of Mulberry #C25296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

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

R = 45.54%
G = 19.25%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25296 (or 0xC25296) is known color: Mulberry. HEX triplet: C2, 52 and 96. RGB value is (194,82,150). Sum of RGB (Red+Green+Blue) = 194+82+150=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25296 is #3DAD69. Grayscale: #7B7B7B. Windows color (decimal): -4042090 or 9851586. OLE color: 9851586.

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

Color convert

RGB 194 82 150 -
CMYK 0 0.58 0.23 0.24
HSL 323.57º 0.48% 0.54% -
HSV(B) 323.57º 0.58% 0.76% -
XYZ 30.77 19.71 31.04 -
YUV 123.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 194 82 150 0 0.58 0.23 0.24 323.57 0.48 0.54
Hex C2 52 96 0 3A 17 18 144 30 36
Octal 302 122 226 0 72 27 30 504 60 66
Binary 11000010 1010010 10010110 0 111010 10111 11000 101000100 110000 110110

Color Harmonies of #C25296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25296

Black with #C25296

Text Example


Text Example

White with #C25296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25296; }

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

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

background-color css

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

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

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

border-color css

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

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

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