Html Css Color HEX #C25690 Mulberry

📋 copy color: '#C25690'

red 194 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #C25690

Tints of Mulberry #C25690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 45.75%
G = 20.28%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C25690 (or 0xC25690) is known color: Mulberry. HEX triplet: C2, 56 and 90. RGB value is (194,86,144). Sum of RGB (Red+Green+Blue) = 194+86+144=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C25690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25690 is #3DA96F. Grayscale: #7C7C7C. Windows color (decimal): -4041072 or 9459394. OLE color: 9459394.

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

Color convert

RGB 194 86 144 -
CMYK 0 0.56 0.26 0.24
HSL 327.78º 0.47% 0.55% -
HSV(B) 327.78º 0.56% 0.76% -
XYZ 30.61 20.14 28.66 -
YUV 124.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 194 86 144 0 0.56 0.26 0.24 327.78 0.47 0.55
Hex C2 56 90 0 38 1A 18 148 2F 37
Octal 302 126 220 0 70 32 30 510 57 67
Binary 11000010 1010110 10010000 0 111000 11010 11000 101001000 101111 110111

Color Harmonies of #C25690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25690

Black with #C25690

Text Example


Text Example

White with #C25690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25690; }

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

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

background-color css

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

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

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

border-color css

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

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

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