Html Css Color HEX #C7528D Mulberry

📋 copy color: '#C7528D'

red 199 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #C7528D

Tints of Mulberry #C7528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 47.16%
G = 19.43%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7528D (or 0xC7528D) is known color: Mulberry. HEX triplet: C7, 52 and 8D. RGB value is (199,82,141). Sum of RGB (Red+Green+Blue) = 199+82+141=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7528D is #38AD72. Grayscale: #7B7B7B. Windows color (decimal): -3714419 or 9261767. OLE color: 9261767.

HSL color Cylindrical-coordinate representation of color #C7528D: hue angle of 329.74º 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 #C7528D is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 141 -
CMYK 0 0.59 0.29 0.22
HSL 329.74º 0.51% 0.55% -
HSV(B) 329.74º 0.59% 0.78% -
XYZ 31.38 20.1 27.43 -
YUV 123.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 199 82 141 0 0.59 0.29 0.22 329.74 0.51 0.55
Hex C7 52 8D 0 3B 1D 16 14A 33 37
Octal 307 122 215 0 73 35 26 512 63 67
Binary 11000111 1010010 10001101 0 111011 11101 10110 101001010 110011 110111

Color Harmonies of #C7528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7528D

Black with #C7528D

Text Example


Text Example

White with #C7528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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