Html Css Color HEX #C25696 Mulberry

📋 copy color: '#C25696'

red 194 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #C25696

Tints of Mulberry #C25696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 45.12%
G = 20%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25696 (or 0xC25696) is known color: Mulberry. HEX triplet: C2, 56 and 96. RGB value is (194,86,150). Sum of RGB (Red+Green+Blue) = 194+86+150=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C25696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25696 is #3DA969. Grayscale: #7D7D7D. Windows color (decimal): -4041066 or 9852610. OLE color: 9852610.

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

Color convert

RGB 194 86 150 -
CMYK 0 0.56 0.23 0.24
HSL 324.44º 0.47% 0.55% -
HSV(B) 324.44º 0.56% 0.76% -
XYZ 31.08 20.33 31.14 -
YUV 125.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 194 86 150 0 0.56 0.23 0.24 324.44 0.47 0.55
Hex C2 56 96 0 38 17 18 144 2F 37
Octal 302 126 226 0 70 27 30 504 57 67
Binary 11000010 1010110 10010110 0 111000 10111 11000 101000100 101111 110111

Color Harmonies of #C25696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25696

Black with #C25696

Text Example


Text Example

White with #C25696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25696; }

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

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

background-color css

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

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

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

border-color css

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

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

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