Html Css Color HEX #C7488D Mulberry

📋 copy color: '#C7488D'

red 199 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #C7488D

Tints of Mulberry #C7488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

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

R = 48.3%
G = 17.48%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7488D (or 0xC7488D) is known color: Mulberry. HEX triplet: C7, 48 and 8D. RGB value is (199,72,141). Sum of RGB (Red+Green+Blue) = 199+72+141=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488D is #38B772. Grayscale: #757575. Windows color (decimal): -3716979 or 9259207. OLE color: 9259207.

HSL color Cylindrical-coordinate representation of color #C7488D: hue angle of 327.4º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7488D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 141 -
CMYK 0 0.64 0.29 0.22
HSL 327.4º 0.53% 0.53% -
HSV(B) 327.4º 0.64% 0.78% -
XYZ 30.68 18.7 27.19 -
YUV 117.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 199 72 141 0 0.64 0.29 0.22 327.4 0.53 0.53
Hex C7 48 8D 0 40 1D 16 147 35 35
Octal 307 110 215 0 100 35 26 507 65 65
Binary 11000111 1001000 10001101 0 1000000 11101 10110 101000111 110101 110101

Color Harmonies of #C7488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7488D

Black with #C7488D

Text Example


Text Example

White with #C7488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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