Html Css Color HEX #C25992 Mulberry

📋 copy color: '#C25992'

red 194 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #C25992

Tints of Mulberry #C25992

RGB

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

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

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

R = 45.22%
G = 20.75%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25992 (or 0xC25992) is known color: Mulberry. HEX triplet: C2, 59 and 92. RGB value is (194,89,146). Sum of RGB (Red+Green+Blue) = 194+89+146=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25992 is #3DA66D. Grayscale: #7E7E7E. Windows color (decimal): -4040302 or 9591234. OLE color: 9591234.

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

Color convert

RGB 194 89 146 -
CMYK 0 0.54 0.25 0.24
HSL 327.43º 0.46% 0.55% -
HSV(B) 327.43º 0.54% 0.76% -
XYZ 31.01 20.69 29.55 -
YUV 126.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 194 89 146 0 0.54 0.25 0.24 327.43 0.46 0.55
Hex C2 59 92 0 36 19 18 147 2E 37
Octal 302 131 222 0 66 31 30 507 56 67
Binary 11000010 1011001 10010010 0 110110 11001 11000 101000111 101110 110111

Color Harmonies of #C25992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25992

Black with #C25992

Text Example


Text Example

White with #C25992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25992; }

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

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

background-color css

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

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

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

border-color css

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

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

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