Html Css Color HEX #C25680 Mulberry

📋 copy color: '#C25680'

red 194 ◦ green 86 ◦ blue 128

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

Shades of Mulberry #C25680

Tints of Mulberry #C25680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 47.55%
G = 21.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25680 (or 0xC25680) is known color: Mulberry. HEX triplet: C2, 56 and 80. RGB value is (194,86,128). Sum of RGB (Red+Green+Blue) = 194+86+128=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25680 is #3DA97F. Grayscale: #7B7B7B. Windows color (decimal): -4041088 or 8410818. OLE color: 8410818.

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

Color convert

RGB 194 86 128 -
CMYK 0 0.56 0.34 0.24
HSL 336.67º 0.47% 0.55% -
HSV(B) 336.67º 0.56% 0.76% -
XYZ 29.47 19.68 22.67 -
YUV 123.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 194 86 128 0 0.56 0.34 0.24 336.67 0.47 0.55
Hex C2 56 80 0 38 22 18 151 2F 37
Octal 302 126 200 0 70 42 30 521 57 67
Binary 11000010 1010110 10000000 0 111000 100010 11000 101010001 101111 110111

Color Harmonies of #C25680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25680

Black with #C25680

Text Example


Text Example

White with #C25680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25680; }

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

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

background-color css

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

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

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

border-color css

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

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

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