Html Css Color HEX #C25083 Mulberry

📋 copy color: '#C25083'

red 194 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #C25083

Tints of Mulberry #C25083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

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

R = 47.9%
G = 19.75%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25083 (or 0xC25083) is known color: Mulberry. HEX triplet: C2, 50 and 83. RGB value is (194,80,131). Sum of RGB (Red+Green+Blue) = 194+80+131=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C25083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25083 is #3DAF7C. Grayscale: #777777. Windows color (decimal): -4042621 or 8605890. OLE color: 8605890.

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

Color convert

RGB 194 80 131 -
CMYK 0 0.59 0.32 0.24
HSL 333.16º 0.48% 0.54% -
HSV(B) 333.16º 0.59% 0.76% -
XYZ 29.21 18.85 23.57 -
YUV 119.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 194 80 131 0 0.59 0.32 0.24 333.16 0.48 0.54
Hex C2 50 83 0 3B 20 18 14D 30 36
Octal 302 120 203 0 73 40 30 515 60 66
Binary 11000010 1010000 10000011 0 111011 100000 11000 101001101 110000 110110

Color Harmonies of #C25083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25083

Black with #C25083

Text Example


Text Example

White with #C25083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25083; }

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

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

background-color css

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

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

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

border-color css

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

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

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