Html Css Color HEX #C7558E Mulberry

📋 copy color: '#C7558E'

red 199 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #C7558E

Tints of Mulberry #C7558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 46.71%
G = 19.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7558E (or 0xC7558E) is known color: Mulberry. HEX triplet: C7, 55 and 8E. RGB value is (199,85,142). Sum of RGB (Red+Green+Blue) = 199+85+142=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7558E is #38AA71. Grayscale: #7D7D7D. Windows color (decimal): -3713650 or 9328071. OLE color: 9328071.

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

Color convert

RGB 199 85 142 -
CMYK 0 0.57 0.29 0.22
HSL 330º 0.5% 0.56% -
HSV(B) 330º 0.57% 0.78% -
XYZ 31.68 20.59 27.9 -
YUV 125.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 199 85 142 0 0.57 0.29 0.22 330 0.5 0.56
Hex C7 55 8E 0 39 1D 16 14A 32 38
Octal 307 125 216 0 71 35 26 512 62 70
Binary 11000111 1010101 10001110 0 111001 11101 10110 101001010 110010 111000

Color Harmonies of #C7558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7558E

Black with #C7558E

Text Example


Text Example

White with #C7558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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