Html Css Color HEX #C25784 Mulberry

📋 copy color: '#C25784'

red 194 ◦ green 87 ◦ blue 132

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

Shades of Mulberry #C25784

Tints of Mulberry #C25784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.07%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 46.97%
G = 21.07%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25784 (or 0xC25784) is known color: Mulberry. HEX triplet: C2, 57 and 84. RGB value is (194,87,132). Sum of RGB (Red+Green+Blue) = 194+87+132=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25784 is #3DA87B. Grayscale: #7C7C7C. Windows color (decimal): -4040828 or 8673218. OLE color: 8673218.

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

Color convert

RGB 194 87 132 -
CMYK 0 0.55 0.32 0.24
HSL 334.77º 0.47% 0.55% -
HSV(B) 334.77º 0.55% 0.76% -
XYZ 29.82 19.95 24.11 -
YUV 124.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 194 87 132 0 0.55 0.32 0.24 334.77 0.47 0.55
Hex C2 57 84 0 37 20 18 14F 2F 37
Octal 302 127 204 0 67 40 30 517 57 67
Binary 11000010 1010111 10000100 0 110111 100000 11000 101001111 101111 110111

Color Harmonies of #C25784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25784

Black with #C25784

Text Example


Text Example

White with #C25784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25784; }

 p { color: rgb(194,87,132); }

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

background-color css

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

 a { background-color: rgb(194,87,132); }

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

border-color css

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

 span { border-color: rgb(194,87,132); }

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