Html Css Color HEX #C7529E Mulberry

📋 copy color: '#C7529E'

red 199 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C7529E

Tints of Mulberry #C7529E

RGB

 RED value IS 199 (78.13% from 255) = 45.33%

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 45.33%
G = 18.68%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7529E (or 0xC7529E) is known color: Mulberry. HEX triplet: C7, 52 and 9E. RGB value is (199,82,158). Sum of RGB (Red+Green+Blue) = 199+82+158=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7529E is #38AD61. Grayscale: #7D7D7D. Windows color (decimal): -3714402 or 10375879. OLE color: 10375879.

HSL color Cylindrical-coordinate representation of color #C7529E: hue angle of 321.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7529E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 158 -
CMYK 0 0.59 0.21 0.22
HSL 321.03º 0.51% 0.55% -
HSV(B) 321.03º 0.59% 0.78% -
XYZ 32.74 20.65 34.61 -
YUV 125.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 199 82 158 0 0.59 0.21 0.22 321.03 0.51 0.55
Hex C7 52 9E 0 3B 15 16 141 33 37
Octal 307 122 236 0 73 25 26 501 63 67
Binary 11000111 1010010 10011110 0 111011 10101 10110 101000001 110011 110111

Color Harmonies of #C7529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7529E

Black with #C7529E

Text Example


Text Example

White with #C7529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7529E; }

 p { color: rgb(199,82,158); }

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

background-color css

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

 a { background-color: rgb(199,82,158); }

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

border-color css

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

 span { border-color: rgb(199,82,158); }

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