Html Css Color HEX #C6509C Mulberry

📋 copy color: '#C6509C'

red 198 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #C6509C

Tints of Mulberry #C6509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 45.62%
G = 18.43%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6509C (or 0xC6509C) is known color: Mulberry. HEX triplet: C6, 50 and 9C. RGB value is (198,80,156). Sum of RGB (Red+Green+Blue) = 198+80+156=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6509C is #39AF63. Grayscale: #7B7B7B. Windows color (decimal): -3780452 or 10244294. OLE color: 10244294.

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

Color convert

RGB 198 80 156 -
CMYK 0 0.60 0.21 0.22
HSL 321.36º 0.51% 0.55% -
HSV(B) 321.36º 0.6% 0.78% -
XYZ 32.16 20.14 33.65 -
YUV 123.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 198 80 156 0 0.60 0.21 0.22 321.36 0.51 0.55
Hex C6 50 9C 0 3C 15 16 141 33 37
Octal 306 120 234 0 74 25 26 501 63 67
Binary 11000110 1010000 10011100 0 111100 10101 10110 101000001 110011 110111

Color Harmonies of #C6509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6509C

Black with #C6509C

Text Example


Text Example

White with #C6509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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