Html Css Color HEX #C25997 Mulberry

📋 copy color: '#C25997'

red 194 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #C25997

Tints of Mulberry #C25997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 44.7%
G = 20.51%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C25997 (or 0xC25997) is known color: Mulberry. HEX triplet: C2, 59 and 97. RGB value is (194,89,151). Sum of RGB (Red+Green+Blue) = 194+89+151=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C25997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25997 is #3DA668. Grayscale: #7F7F7F. Windows color (decimal): -4040297 or 9918914. OLE color: 9918914.

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

Color convert

RGB 194 89 151 -
CMYK 0 0.54 0.22 0.24
HSL 324.57º 0.46% 0.55% -
HSV(B) 324.57º 0.54% 0.76% -
XYZ 31.41 20.85 31.65 -
YUV 127.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 194 89 151 0 0.54 0.22 0.24 324.57 0.46 0.55
Hex C2 59 97 0 36 16 18 145 2E 37
Octal 302 131 227 0 66 26 30 505 56 67
Binary 11000010 1011001 10010111 0 110110 10110 11000 101000101 101110 110111

Color Harmonies of #C25997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25997

Black with #C25997

Text Example


Text Example

White with #C25997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25997; }

 p { color: rgb(194,89,151); }

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

background-color css

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

 a { background-color: rgb(194,89,151); }

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

border-color css

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

 span { border-color: rgb(194,89,151); }

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