Html Css Color HEX #C25786 Mulberry

📋 copy color: '#C25786'

red 194 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #C25786

Tints of Mulberry #C25786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.96%

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

R = 46.75%
G = 20.96%
B = 32.29%

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

#C25786 (or 0xC25786) is known color: Mulberry. HEX triplet: C2, 57 and 86. RGB value is (194,87,134). Sum of RGB (Red+Green+Blue) = 194+87+134=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25786 is #3DA879. Grayscale: #7C7C7C. Windows color (decimal): -4040826 or 8804290. OLE color: 8804290.

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

Color convert

RGB 194 87 134 -
CMYK 0 0.55 0.31 0.24
HSL 333.64º 0.47% 0.55% -
HSV(B) 333.64º 0.55% 0.76% -
XYZ 29.96 20.01 24.84 -
YUV 124.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 194 87 134 0 0.55 0.31 0.24 333.64 0.47 0.55
Hex C2 57 86 0 37 1F 18 14E 2F 37
Octal 302 127 206 0 67 37 30 516 57 67
Binary 11000010 1010111 10000110 0 110111 11111 11000 101001110 101111 110111

Color Harmonies of #C25786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25786

Black with #C25786

Text Example


Text Example

White with #C25786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25786; }

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

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

background-color css

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

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

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

border-color css

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

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

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