Html Css Color HEX #C25694 Mulberry

📋 copy color: '#C25694'

red 194 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #C25694

Tints of Mulberry #C25694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 45.33%
G = 20.09%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25694 (or 0xC25694) is known color: Mulberry. HEX triplet: C2, 56 and 94. RGB value is (194,86,148). Sum of RGB (Red+Green+Blue) = 194+86+148=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C25694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25694 is #3DA96B. Grayscale: #7D7D7D. Windows color (decimal): -4041068 or 9721538. OLE color: 9721538.

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

Color convert

RGB 194 86 148 -
CMYK 0 0.56 0.24 0.24
HSL 325.56º 0.47% 0.55% -
HSV(B) 325.56º 0.56% 0.76% -
XYZ 30.92 20.26 30.3 -
YUV 125.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 194 86 148 0 0.56 0.24 0.24 325.56 0.47 0.55
Hex C2 56 94 0 38 18 18 146 2F 37
Octal 302 126 224 0 70 30 30 506 57 67
Binary 11000010 1010110 10010100 0 111000 11000 11000 101000110 101111 110111

Color Harmonies of #C25694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25694

Black with #C25694

Text Example


Text Example

White with #C25694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25694; }

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

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

background-color css

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

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

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

border-color css

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

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

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