Html Css Color HEX #C25691 Mulberry

📋 copy color: '#C25691'

red 194 ◦ green 86 ◦ blue 145

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

Shades of Mulberry #C25691

Tints of Mulberry #C25691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 45.65%
G = 20.24%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25691 (or 0xC25691) is known color: Mulberry. HEX triplet: C2, 56 and 91. RGB value is (194,86,145). Sum of RGB (Red+Green+Blue) = 194+86+145=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25691 is #3DA96E. Grayscale: #7C7C7C. Windows color (decimal): -4041071 or 9524930. OLE color: 9524930.

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

Color convert

RGB 194 86 145 -
CMYK 0 0.56 0.25 0.24
HSL 327.22º 0.47% 0.55% -
HSV(B) 327.22º 0.56% 0.76% -
XYZ 30.69 20.17 29.06 -
YUV 125.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 194 86 145 0 0.56 0.25 0.24 327.22 0.47 0.55
Hex C2 56 91 0 38 19 18 147 2F 37
Octal 302 126 221 0 70 31 30 507 57 67
Binary 11000010 1010110 10010001 0 111000 11001 11000 101000111 101111 110111

Color Harmonies of #C25691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25691

Black with #C25691

Text Example


Text Example

White with #C25691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25691; }

 p { color: rgb(194,86,145); }

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

background-color css

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

 a { background-color: rgb(194,86,145); }

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

border-color css

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

 span { border-color: rgb(194,86,145); }

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