Html Css Color HEX #C25983 Mulberry

📋 copy color: '#C25983'

red 194 ◦ green 89 ◦ blue 131

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

Shades of Mulberry #C25983

Tints of Mulberry #C25983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.5%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 46.86%
G = 21.5%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25983 (or 0xC25983) is known color: Mulberry. HEX triplet: C2, 59 and 83. RGB value is (194,89,131). Sum of RGB (Red+Green+Blue) = 194+89+131=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25983 is #3DA67C. Grayscale: #7D7D7D. Windows color (decimal): -4040317 or 8608194. OLE color: 8608194.

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

Color convert

RGB 194 89 131 -
CMYK 0 0.54 0.32 0.24
HSL 336º 0.46% 0.55% -
HSV(B) 336º 0.54% 0.76% -
XYZ 29.92 20.25 23.81 -
YUV 125.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 194 89 131 0 0.54 0.32 0.24 336 0.46 0.55
Hex C2 59 83 0 36 20 18 150 2E 37
Octal 302 131 203 0 66 40 30 520 56 67
Binary 11000010 1011001 10000011 0 110110 100000 11000 101010000 101110 110111

Color Harmonies of #C25983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25983

Black with #C25983

Text Example


Text Example

White with #C25983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25983; }

 p { color: rgb(194,89,131); }

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

background-color css

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

 a { background-color: rgb(194,89,131); }

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

border-color css

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

 span { border-color: rgb(194,89,131); }

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