Html Css Color HEX #C6487C Mulberry

📋 copy color: '#C6487C'

red 198 ◦ green 72 ◦ blue 124

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

Shades of Mulberry #C6487C

Tints of Mulberry #C6487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 50.25%
G = 18.27%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6487C (or 0xC6487C) is known color: Mulberry. HEX triplet: C6, 48 and 7C. RGB value is (198,72,124). Sum of RGB (Red+Green+Blue) = 198+72+124=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6487C is #39B783. Grayscale: #737373. Windows color (decimal): -3782532 or 8145094. OLE color: 8145094.

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

Color convert

RGB 198 72 124 -
CMYK 0 0.64 0.37 0.22
HSL 335.24º 0.53% 0.53% -
HSV(B) 335.24º 0.64% 0.78% -
XYZ 29.24 18.1 21.02 -
YUV 115.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 198 72 124 0 0.64 0.37 0.22 335.24 0.53 0.53
Hex C6 48 7C 0 40 25 16 14F 34 35
Octal 306 110 174 0 100 45 26 517 64 65
Binary 11000110 1001000 1111100 0 1000000 100101 10110 101001111 110100 110101

Color Harmonies of #C6487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6487C

Black with #C6487C

Text Example


Text Example

White with #C6487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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