Html Css Color HEX #C25595 Mulberry

📋 copy color: '#C25595'

red 194 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #C25595

Tints of Mulberry #C25595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.86%

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

R = 45.33%
G = 19.86%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25595 (or 0xC25595) is known color: Mulberry. HEX triplet: C2, 55 and 95. RGB value is (194,85,149). Sum of RGB (Red+Green+Blue) = 194+85+149=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C25595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25595 is #3DAA6A. Grayscale: #7C7C7C. Windows color (decimal): -4041323 or 9786818. OLE color: 9786818.

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

Color convert

RGB 194 85 149 -
CMYK 0 0.56 0.23 0.24
HSL 324.77º 0.47% 0.55% -
HSV(B) 324.77º 0.56% 0.76% -
XYZ 30.92 20.14 30.69 -
YUV 124.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 194 85 149 0 0.56 0.23 0.24 324.77 0.47 0.55
Hex C2 55 95 0 38 17 18 145 2F 37
Octal 302 125 225 0 70 27 30 505 57 67
Binary 11000010 1010101 10010101 0 111000 10111 11000 101000101 101111 110111

Color Harmonies of #C25595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25595

Black with #C25595

Text Example


Text Example

White with #C25595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25595; }

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

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

background-color css

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

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

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

border-color css

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

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

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