Html Css Color HEX #C25995 Mulberry

📋 copy color: '#C25995'

red 194 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #C25995

Tints of Mulberry #C25995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 44.91%
G = 20.6%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25995 (or 0xC25995) is known color: Mulberry. HEX triplet: C2, 59 and 95. RGB value is (194,89,149). Sum of RGB (Red+Green+Blue) = 194+89+149=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C25995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25995 is #3DA66A. Grayscale: #7F7F7F. Windows color (decimal): -4040299 or 9787842. OLE color: 9787842.

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

Color convert

RGB 194 89 149 -
CMYK 0 0.54 0.23 0.24
HSL 325.71º 0.46% 0.55% -
HSV(B) 325.71º 0.54% 0.76% -
XYZ 31.25 20.78 30.8 -
YUV 127.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 194 89 149 0 0.54 0.23 0.24 325.71 0.46 0.55
Hex C2 59 95 0 36 17 18 146 2E 37
Octal 302 131 225 0 66 27 30 506 56 67
Binary 11000010 1011001 10010101 0 110110 10111 11000 101000110 101110 110111

Color Harmonies of #C25995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25995

Black with #C25995

Text Example


Text Example

White with #C25995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25995; }

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

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

background-color css

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

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

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

border-color css

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

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

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