Html Css Color HEX #C25087 Mulberry

📋 copy color: '#C25087'

red 194 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #C25087

Tints of Mulberry #C25087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 47.43%
G = 19.56%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C25087 (or 0xC25087) is known color: Mulberry. HEX triplet: C2, 50 and 87. RGB value is (194,80,135). Sum of RGB (Red+Green+Blue) = 194+80+135=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25087 is #3DAF78. Grayscale: #787878. Windows color (decimal): -4042617 or 8868034. OLE color: 8868034.

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

Color convert

RGB 194 80 135 -
CMYK 0 0.59 0.30 0.24
HSL 331.05º 0.48% 0.54% -
HSV(B) 331.05º 0.59% 0.76% -
XYZ 29.49 18.96 25.03 -
YUV 120.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 194 80 135 0 0.59 0.30 0.24 331.05 0.48 0.54
Hex C2 50 87 0 3B 1E 18 14B 30 36
Octal 302 120 207 0 73 36 30 513 60 66
Binary 11000010 1010000 10000111 0 111011 11110 11000 101001011 110000 110110

Color Harmonies of #C25087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25087

Black with #C25087

Text Example


Text Example

White with #C25087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25087; }

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

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

background-color css

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

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

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

border-color css

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

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

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