Html Css Color HEX #C25684 Mulberry

📋 copy color: '#C25684'

red 194 ◦ green 86 ◦ blue 132

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

Shades of Mulberry #C25684

Tints of Mulberry #C25684

RGB

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

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

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

R = 47.09%
G = 20.87%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25684 (or 0xC25684) is known color: Mulberry. HEX triplet: C2, 56 and 84. RGB value is (194,86,132). Sum of RGB (Red+Green+Blue) = 194+86+132=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25684 is #3DA97B. Grayscale: #7B7B7B. Windows color (decimal): -4041084 or 8672962. OLE color: 8672962.

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

Color convert

RGB 194 86 132 -
CMYK 0 0.56 0.32 0.24
HSL 334.44º 0.47% 0.55% -
HSV(B) 334.44º 0.56% 0.76% -
XYZ 29.74 19.79 24.08 -
YUV 123.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 194 86 132 0 0.56 0.32 0.24 334.44 0.47 0.55
Hex C2 56 84 0 38 20 18 14E 2F 37
Octal 302 126 204 0 70 40 30 516 57 67
Binary 11000010 1010110 10000100 0 111000 100000 11000 101001110 101111 110111

Color Harmonies of #C25684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25684

Black with #C25684

Text Example


Text Example

White with #C25684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25684; }

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

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

background-color css

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

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

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

border-color css

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

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

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