Html Css Color HEX #C7558B Mulberry

📋 copy color: '#C7558B'

red 199 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #C7558B

Tints of Mulberry #C7558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 47.04%
G = 20.09%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7558B (or 0xC7558B) is known color: Mulberry. HEX triplet: C7, 55 and 8B. RGB value is (199,85,139). Sum of RGB (Red+Green+Blue) = 199+85+139=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7558B is #38AA74. Grayscale: #7D7D7D. Windows color (decimal): -3713653 or 9131463. OLE color: 9131463.

HSL color Cylindrical-coordinate representation of color #C7558B: hue angle of 331.58º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7558B is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 139 -
CMYK 0 0.57 0.30 0.22
HSL 331.58º 0.5% 0.56% -
HSV(B) 331.58º 0.57% 0.78% -
XYZ 31.46 20.5 26.73 -
YUV 125.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 199 85 139 0 0.57 0.30 0.22 331.58 0.5 0.56
Hex C7 55 8B 0 39 1E 16 14C 32 38
Octal 307 125 213 0 71 36 26 514 62 70
Binary 11000111 1010101 10001011 0 111001 11110 10110 101001100 110010 111000

Color Harmonies of #C7558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7558B

Black with #C7558B

Text Example


Text Example

White with #C7558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7558B; }

 p { color: rgb(199,85,139); }

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

background-color css

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

 a { background-color: rgb(199,85,139); }

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

border-color css

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

 span { border-color: rgb(199,85,139); }

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