Html Css Color HEX #C25085 Mulberry

📋 copy color: '#C25085'

red 194 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #C25085

Tints of Mulberry #C25085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 47.67%
G = 19.66%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25085 (or 0xC25085) is known color: Mulberry. HEX triplet: C2, 50 and 85. RGB value is (194,80,133). Sum of RGB (Red+Green+Blue) = 194+80+133=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25085 is #3DAF7A. Grayscale: #787878. Windows color (decimal): -4042619 or 8736962. OLE color: 8736962.

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

Color convert

RGB 194 80 133 -
CMYK 0 0.59 0.31 0.24
HSL 332.11º 0.48% 0.54% -
HSV(B) 332.11º 0.59% 0.76% -
XYZ 29.35 18.9 24.29 -
YUV 120.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 194 80 133 0 0.59 0.31 0.24 332.11 0.48 0.54
Hex C2 50 85 0 3B 1F 18 14C 30 36
Octal 302 120 205 0 73 37 30 514 60 66
Binary 11000010 1010000 10000101 0 111011 11111 11000 101001100 110000 110110

Color Harmonies of #C25085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25085

Black with #C25085

Text Example


Text Example

White with #C25085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25085; }

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

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

background-color css

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

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

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

border-color css

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

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

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