Html Css Color HEX #C25499 Mulberry

📋 copy color: '#C25499'

red 194 ◦ green 84 ◦ blue 153

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

Shades of Mulberry #C25499

Tints of Mulberry #C25499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.49%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 45.01%
G = 19.49%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C25499 (or 0xC25499) is known color: Mulberry. HEX triplet: C2, 54 and 99. RGB value is (194,84,153). Sum of RGB (Red+Green+Blue) = 194+84+153=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25499 is #3DAB66. Grayscale: #7C7C7C. Windows color (decimal): -4041575 or 10048706. OLE color: 10048706.

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

Color convert

RGB 194 84 153 -
CMYK 0 0.57 0.21 0.24
HSL 322.36º 0.47% 0.55% -
HSV(B) 322.36º 0.57% 0.76% -
XYZ 31.17 20.11 32.38 -
YUV 124.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 194 84 153 0 0.57 0.21 0.24 322.36 0.47 0.55
Hex C2 54 99 0 39 15 18 142 2F 37
Octal 302 124 231 0 71 25 30 502 57 67
Binary 11000010 1010100 10011001 0 111001 10101 11000 101000010 101111 110111

Color Harmonies of #C25499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25499

Black with #C25499

Text Example


Text Example

White with #C25499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25499; }

 p { color: rgb(194,84,153); }

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

background-color css

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

 a { background-color: rgb(194,84,153); }

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

border-color css

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

 span { border-color: rgb(194,84,153); }

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