Html Css Color HEX #C25186 Mulberry

📋 copy color: '#C25186'

red 194 ◦ green 81 ◦ blue 134

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

Shades of Mulberry #C25186

Tints of Mulberry #C25186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 47.43%
G = 19.8%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25186 (or 0xC25186) is known color: Mulberry. HEX triplet: C2, 51 and 86. RGB value is (194,81,134). Sum of RGB (Red+Green+Blue) = 194+81+134=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25186 is #3DAE79. Grayscale: #787878. Windows color (decimal): -4042362 or 8802754. OLE color: 8802754.

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

Color convert

RGB 194 81 134 -
CMYK 0 0.58 0.31 0.24
HSL 331.86º 0.48% 0.54% -
HSV(B) 331.86º 0.58% 0.76% -
XYZ 29.49 19.08 24.68 -
YUV 120.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 194 81 134 0 0.58 0.31 0.24 331.86 0.48 0.54
Hex C2 51 86 0 3A 1F 18 14C 30 36
Octal 302 121 206 0 72 37 30 514 60 66
Binary 11000010 1010001 10000110 0 111010 11111 11000 101001100 110000 110110

Color Harmonies of #C25186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25186

Black with #C25186

Text Example


Text Example

White with #C25186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25186; }

 p { color: rgb(194,81,134); }

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

background-color css

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

 a { background-color: rgb(194,81,134); }

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

border-color css

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

 span { border-color: rgb(194,81,134); }

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