Html Css Color HEX #C25B8A Mulberry

📋 copy color: '#C25B8A'

red 194 ◦ green 91 ◦ blue 138

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

Shades of Mulberry #C25B8A

Tints of Mulberry #C25B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 45.86%
G = 21.51%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25B8A (or 0xC25B8A) is known color: Mulberry. HEX triplet: C2, 5B and 8A. RGB value is (194,91,138). Sum of RGB (Red+Green+Blue) = 194+91+138=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B8A is #3DA475. Grayscale: #7F7F7F. Windows color (decimal): -4039798 or 9067458. OLE color: 9067458.

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

Color convert

RGB 194 91 138 -
CMYK 0 0.53 0.29 0.24
HSL 332.62º 0.46% 0.56% -
HSV(B) 332.62º 0.53% 0.76% -
XYZ 30.58 20.79 26.45 -
YUV 127.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 194 91 138 0 0.53 0.29 0.24 332.62 0.46 0.56
Hex C2 5B 8A 0 35 1D 18 14D 2E 38
Octal 302 133 212 0 65 35 30 515 56 70
Binary 11000010 1011011 10001010 0 110101 11101 11000 101001101 101110 111000

Color Harmonies of #C25B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B8A

Black with #C25B8A

Text Example


Text Example

White with #C25B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B8A; }

 p { color: rgb(194,91,138); }

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

background-color css

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

 a { background-color: rgb(194,91,138); }

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

border-color css

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

 span { border-color: rgb(194,91,138); }

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