Html Css Color HEX #C6508E Mulberry

📋 copy color: '#C6508E'

red 198 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #C6508E

Tints of Mulberry #C6508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

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

R = 47.14%
G = 19.05%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6508E (or 0xC6508E) is known color: Mulberry. HEX triplet: C6, 50 and 8E. RGB value is (198,80,142). Sum of RGB (Red+Green+Blue) = 198+80+142=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6508E is #39AF71. Grayscale: #7A7A7A. Windows color (decimal): -3780466 or 9326790. OLE color: 9326790.

HSL color Cylindrical-coordinate representation of color #C6508E: hue angle of 328.47º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6508E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 142 -
CMYK 0 0.60 0.28 0.22
HSL 328.47º 0.51% 0.55% -
HSV(B) 328.47º 0.6% 0.78% -
XYZ 31.04 19.7 27.76 -
YUV 122.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 198 80 142 0 0.60 0.28 0.22 328.47 0.51 0.55
Hex C6 50 8E 0 3C 1C 16 148 33 37
Octal 306 120 216 0 74 34 26 510 63 67
Binary 11000110 1010000 10001110 0 111100 11100 10110 101001000 110011 110111

Color Harmonies of #C6508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6508E

Black with #C6508E

Text Example


Text Example

White with #C6508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6508E; }

 p { color: rgb(198,80,142); }

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

background-color css

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

 a { background-color: rgb(198,80,142); }

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

border-color css

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

 span { border-color: rgb(198,80,142); }

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