Html Css Color HEX #C25092 Mulberry

📋 copy color: '#C25092'

red 194 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #C25092

Tints of Mulberry #C25092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

 BLUE value IS 146 (57.42% from 255) = 34.76%

R = 46.19%
G = 19.05%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25092 (or 0xC25092) is known color: Mulberry. HEX triplet: C2, 50 and 92. RGB value is (194,80,146). Sum of RGB (Red+Green+Blue) = 194+80+146=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C25092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25092 is #3DAF6D. Grayscale: #797979. Windows color (decimal): -4042606 or 9588930. OLE color: 9588930.

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

Color convert

RGB 194 80 146 -
CMYK 0 0.59 0.25 0.24
HSL 325.26º 0.48% 0.54% -
HSV(B) 325.26º 0.59% 0.76% -
XYZ 30.31 19.28 29.32 -
YUV 121.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 194 80 146 0 0.59 0.25 0.24 325.26 0.48 0.54
Hex C2 50 92 0 3B 19 18 145 30 36
Octal 302 120 222 0 73 31 30 505 60 66
Binary 11000010 1010000 10010010 0 111011 11001 11000 101000101 110000 110110

Color Harmonies of #C25092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25092

Black with #C25092

Text Example


Text Example

White with #C25092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25092; }

 p { color: rgb(194,80,146); }

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

background-color css

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

 a { background-color: rgb(194,80,146); }

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

border-color css

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

 span { border-color: rgb(194,80,146); }

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