Html Css Color HEX #C7488B Mulberry

📋 copy color: '#C7488B'

red 199 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #C7488B

Tints of Mulberry #C7488B

RGB

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

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

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

R = 48.54%
G = 17.56%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7488B (or 0xC7488B) is known color: Mulberry. HEX triplet: C7, 48 and 8B. RGB value is (199,72,139). Sum of RGB (Red+Green+Blue) = 199+72+139=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488B is #38B774. Grayscale: #757575. Windows color (decimal): -3716981 or 9128135. OLE color: 9128135.

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

Color convert

RGB 199 72 139 -
CMYK 0 0.64 0.30 0.22
HSL 328.35º 0.53% 0.53% -
HSV(B) 328.35º 0.64% 0.78% -
XYZ 30.53 18.64 26.42 -
YUV 117.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 199 72 139 0 0.64 0.30 0.22 328.35 0.53 0.53
Hex C7 48 8B 0 40 1E 16 148 35 35
Octal 307 110 213 0 100 36 26 510 65 65
Binary 11000111 1001000 10001011 0 1000000 11110 10110 101001000 110101 110101

Color Harmonies of #C7488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7488B

Black with #C7488B

Text Example


Text Example

White with #C7488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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