Html Css Color HEX #C25886 Mulberry

📋 copy color: '#C25886'

red 194 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #C25886

Tints of Mulberry #C25886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 46.63%
G = 21.15%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25886 (or 0xC25886) is known color: Mulberry. HEX triplet: C2, 58 and 86. RGB value is (194,88,134). Sum of RGB (Red+Green+Blue) = 194+88+134=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C25886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25886 is #3DA779. Grayscale: #7C7C7C. Windows color (decimal): -4040570 or 8804546. OLE color: 8804546.

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

Color convert

RGB 194 88 134 -
CMYK 0 0.55 0.31 0.24
HSL 333.96º 0.46% 0.55% -
HSV(B) 333.96º 0.55% 0.76% -
XYZ 30.04 20.17 24.86 -
YUV 124.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 194 88 134 0 0.55 0.31 0.24 333.96 0.46 0.55
Hex C2 58 86 0 37 1F 18 14E 2E 37
Octal 302 130 206 0 67 37 30 516 56 67
Binary 11000010 1011000 10000110 0 110111 11111 11000 101001110 101110 110111

Color Harmonies of #C25886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25886

Black with #C25886

Text Example


Text Example

White with #C25886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25886; }

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

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

background-color css

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

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

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

border-color css

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

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

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