Html Css Color HEX #C6488B Mulberry

📋 copy color: '#C6488B'

red 198 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #C6488B

Tints of Mulberry #C6488B

RGB

 RED value IS 198 (77.73% from 255) = 48.41%

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

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

R = 48.41%
G = 17.6%
B = 33.99%

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

#C6488B (or 0xC6488B) is known color: Mulberry. HEX triplet: C6, 48 and 8B. RGB value is (198,72,139). Sum of RGB (Red+Green+Blue) = 198+72+139=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6488B is #39B774. Grayscale: #757575. Windows color (decimal): -3782517 or 9128134. OLE color: 9128134.

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

Color convert

RGB 198 72 139 -
CMYK 0 0.64 0.30 0.22
HSL 328.1º 0.53% 0.53% -
HSV(B) 328.1º 0.64% 0.78% -
XYZ 30.27 18.5 26.4 -
YUV 117.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 198 72 139 0 0.64 0.30 0.22 328.1 0.53 0.53
Hex C6 48 8B 0 40 1E 16 148 34 35
Octal 306 110 213 0 100 36 26 510 64 65
Binary 11000110 1001000 10001011 0 1000000 11110 10110 101001000 110100 110101

Color Harmonies of #C6488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6488B

Black with #C6488B

Text Example


Text Example

White with #C6488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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