Html Css Color HEX #C25497 Mulberry

📋 copy color: '#C25497'

red 194 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #C25497

Tints of Mulberry #C25497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 45.22%
G = 19.58%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C25497 (or 0xC25497) is known color: Mulberry. HEX triplet: C2, 54 and 97. RGB value is (194,84,151). Sum of RGB (Red+Green+Blue) = 194+84+151=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25497 is #3DAB68. Grayscale: #7C7C7C. Windows color (decimal): -4041577 or 9917634. OLE color: 9917634.

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

Color convert

RGB 194 84 151 -
CMYK 0 0.57 0.22 0.24
HSL 323.45º 0.47% 0.55% -
HSV(B) 323.45º 0.57% 0.76% -
XYZ 31 20.04 31.51 -
YUV 124.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 194 84 151 0 0.57 0.22 0.24 323.45 0.47 0.55
Hex C2 54 97 0 39 16 18 143 2F 37
Octal 302 124 227 0 71 26 30 503 57 67
Binary 11000010 1010100 10010111 0 111001 10110 11000 101000011 101111 110111

Color Harmonies of #C25497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25497

Black with #C25497

Text Example


Text Example

White with #C25497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25497; }

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

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

background-color css

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

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

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

border-color css

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

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

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