Html Css Color HEX #C6499C Mulberry

📋 copy color: '#C6499C'

red 198 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #C6499C

Tints of Mulberry #C6499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

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

R = 46.37%
G = 17.1%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6499C (or 0xC6499C) is known color: Mulberry. HEX triplet: C6, 49 and 9C. RGB value is (198,73,156). Sum of RGB (Red+Green+Blue) = 198+73+156=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6499C is #39B663. Grayscale: #777777. Windows color (decimal): -3782244 or 10242502. OLE color: 10242502.

HSL color Cylindrical-coordinate representation of color #C6499C: hue angle of 320.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6499C is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 156 -
CMYK 0 0.63 0.21 0.22
HSL 320.16º 0.52% 0.53% -
HSV(B) 320.16º 0.63% 0.78% -
XYZ 31.67 19.17 33.48 -
YUV 119.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 198 73 156 0 0.63 0.21 0.22 320.16 0.52 0.53
Hex C6 49 9C 0 3F 15 16 140 34 35
Octal 306 111 234 0 77 25 26 500 64 65
Binary 11000110 1001001 10011100 0 111111 10101 10110 101000000 110100 110101

Color Harmonies of #C6499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6499C

Black with #C6499C

Text Example


Text Example

White with #C6499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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