Html Css Color HEX #C25896 Mulberry

📋 copy color: '#C25896'

red 194 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #C25896

Tints of Mulberry #C25896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 44.91%
G = 20.37%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25896 (or 0xC25896) is known color: Mulberry. HEX triplet: C2, 58 and 96. RGB value is (194,88,150). Sum of RGB (Red+Green+Blue) = 194+88+150=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C25896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25896 is #3DA769. Grayscale: #7E7E7E. Windows color (decimal): -4040554 or 9853122. OLE color: 9853122.

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

Color convert

RGB 194 88 150 -
CMYK 0 0.55 0.23 0.24
HSL 324.91º 0.46% 0.55% -
HSV(B) 324.91º 0.55% 0.76% -
XYZ 31.24 20.65 31.19 -
YUV 126.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 194 88 150 0 0.55 0.23 0.24 324.91 0.46 0.55
Hex C2 58 96 0 37 17 18 145 2E 37
Octal 302 130 226 0 67 27 30 505 56 67
Binary 11000010 1011000 10010110 0 110111 10111 11000 101000101 101110 110111

Color Harmonies of #C25896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25896

Black with #C25896

Text Example


Text Example

White with #C25896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25896; }

 p { color: rgb(194,88,150); }

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

background-color css

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

 a { background-color: rgb(194,88,150); }

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

border-color css

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

 span { border-color: rgb(194,88,150); }

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