Html Css Color HEX #C6509F Mulberry

📋 copy color: '#C6509F'

red 198 ◦ green 80 ◦ blue 159

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

Shades of Mulberry #C6509F

Tints of Mulberry #C6509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 45.31%
G = 18.31%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6509F (or 0xC6509F) is known color: Mulberry. HEX triplet: C6, 50 and 9F. RGB value is (198,80,159). Sum of RGB (Red+Green+Blue) = 198+80+159=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6509F is #39AF60. Grayscale: #7C7C7C. Windows color (decimal): -3780449 or 10440902. OLE color: 10440902.

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

Color convert

RGB 198 80 159 -
CMYK 0 0.60 0.20 0.22
HSL 319.83º 0.51% 0.55% -
HSV(B) 319.83º 0.6% 0.78% -
XYZ 32.42 20.25 35 -
YUV 124.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 198 80 159 0 0.60 0.20 0.22 319.83 0.51 0.55
Hex C6 50 9F 0 3C 14 16 140 33 37
Octal 306 120 237 0 74 24 26 500 63 67
Binary 11000110 1010000 10011111 0 111100 10100 10110 101000000 110011 110111

Color Harmonies of #C6509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6509F

Black with #C6509F

Text Example


Text Example

White with #C6509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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