Html Css Color HEX #C7527F Mulberry

📋 copy color: '#C7527F'

red 199 ◦ green 82 ◦ blue 127

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

Shades of Mulberry #C7527F

Tints of Mulberry #C7527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 48.77%
G = 20.1%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7527F (or 0xC7527F) is known color: Mulberry. HEX triplet: C7, 52 and 7F. RGB value is (199,82,127). Sum of RGB (Red+Green+Blue) = 199+82+127=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7527F is #38AD80. Grayscale: #7A7A7A. Windows color (decimal): -3714433 or 8344263. OLE color: 8344263.

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

Color convert

RGB 199 82 127 -
CMYK 0 0.59 0.36 0.22
HSL 336.92º 0.51% 0.55% -
HSV(B) 336.92º 0.59% 0.78% -
XYZ 30.4 19.71 22.28 -
YUV 122.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 199 82 127 0 0.59 0.36 0.22 336.92 0.51 0.55
Hex C7 52 7F 0 3B 24 16 151 33 37
Octal 307 122 177 0 73 44 26 521 63 67
Binary 11000111 1010010 1111111 0 111011 100100 10110 101010001 110011 110111

Color Harmonies of #C7527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7527F

Black with #C7527F

Text Example


Text Example

White with #C7527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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