Html Css Color HEX #C25B9C Mulberry

📋 copy color: '#C25B9C'

red 194 ◦ green 91 ◦ blue 156

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

Shades of Mulberry #C25B9C

Tints of Mulberry #C25B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 43.99%
G = 20.63%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C25B9C (or 0xC25B9C) is known color: Mulberry. HEX triplet: C2, 5B and 9C. RGB value is (194,91,156). Sum of RGB (Red+Green+Blue) = 194+91+156=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B9C is #3DA463. Grayscale: #818181. Windows color (decimal): -4039780 or 10247106. OLE color: 10247106.

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

Color convert

RGB 194 91 156 -
CMYK 0 0.53 0.20 0.24
HSL 322.14º 0.46% 0.56% -
HSV(B) 322.14º 0.53% 0.76% -
XYZ 31.99 21.35 33.89 -
YUV 129.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 194 91 156 0 0.53 0.20 0.24 322.14 0.46 0.56
Hex C2 5B 9C 0 35 14 18 142 2E 38
Octal 302 133 234 0 65 24 30 502 56 70
Binary 11000010 1011011 10011100 0 110101 10100 11000 101000010 101110 111000

Color Harmonies of #C25B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B9C

Black with #C25B9C

Text Example


Text Example

White with #C25B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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