Html Css Color HEX #C25B9B Mulberry

📋 copy color: '#C25B9B'

red 194 ◦ green 91 ◦ blue 155

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

Shades of Mulberry #C25B9B

Tints of Mulberry #C25B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 44.09%
G = 20.68%
B = 35.23%

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

#C25B9B (or 0xC25B9B) is known color: Mulberry. HEX triplet: C2, 5B and 9B. RGB value is (194,91,155). Sum of RGB (Red+Green+Blue) = 194+91+155=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B9B is #3DA464. Grayscale: #808080. Windows color (decimal): -4039781 or 10181570. OLE color: 10181570.

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

Color convert

RGB 194 91 155 -
CMYK 0 0.53 0.20 0.24
HSL 322.72º 0.46% 0.56% -
HSV(B) 322.72º 0.53% 0.76% -
XYZ 31.91 21.32 33.44 -
YUV 129.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 194 91 155 0 0.53 0.20 0.24 322.72 0.46 0.56
Hex C2 5B 9B 0 35 14 18 143 2E 38
Octal 302 133 233 0 65 24 30 503 56 70
Binary 11000010 1011011 10011011 0 110101 10100 11000 101000011 101110 111000

Color Harmonies of #C25B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B9B

Black with #C25B9B

Text Example


Text Example

White with #C25B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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