Html Css Color HEX #C25594 Mulberry

📋 copy color: '#C25594'

red 194 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #C25594

Tints of Mulberry #C25594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 45.43%
G = 19.91%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25594 (or 0xC25594) is known color: Mulberry. HEX triplet: C2, 55 and 94. RGB value is (194,85,148). Sum of RGB (Red+Green+Blue) = 194+85+148=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25594 is #3DAA6B. Grayscale: #7C7C7C. Windows color (decimal): -4041324 or 9721282. OLE color: 9721282.

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

Color convert

RGB 194 85 148 -
CMYK 0 0.56 0.24 0.24
HSL 325.32º 0.47% 0.55% -
HSV(B) 325.32º 0.56% 0.76% -
XYZ 30.84 20.1 30.27 -
YUV 124.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 194 85 148 0 0.56 0.24 0.24 325.32 0.47 0.55
Hex C2 55 94 0 38 18 18 145 2F 37
Octal 302 125 224 0 70 30 30 505 57 67
Binary 11000010 1010101 10010100 0 111000 11000 11000 101000101 101111 110111

Color Harmonies of #C25594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25594

Black with #C25594

Text Example


Text Example

White with #C25594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25594; }

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

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

background-color css

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

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

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

border-color css

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

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

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