Html Css Color HEX #C6449C Mulberry

📋 copy color: '#C6449C'

red 198 ◦ green 68 ◦ blue 156

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

Shades of Mulberry #C6449C

Tints of Mulberry #C6449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.11%

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

R = 46.92%
G = 16.11%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6449C (or 0xC6449C) is known color: Mulberry. HEX triplet: C6, 44 and 9C. RGB value is (198,68,156). Sum of RGB (Red+Green+Blue) = 198+68+156=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6449C is #39BB63. Grayscale: #747474. Windows color (decimal): -3783524 or 10241222. OLE color: 10241222.

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

Color convert

RGB 198 68 156 -
CMYK 0 0.66 0.21 0.22
HSL 319.38º 0.53% 0.52% -
HSV(B) 319.38º 0.66% 0.78% -
XYZ 31.36 18.54 33.38 -
YUV 116.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 198 68 156 0 0.66 0.21 0.22 319.38 0.53 0.52
Hex C6 44 9C 0 42 15 16 13F 35 34
Octal 306 104 234 0 102 25 26 477 65 64
Binary 11000110 1000100 10011100 0 1000010 10101 10110 100111111 110101 110100

Color Harmonies of #C6449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6449C

Black with #C6449C

Text Example


Text Example

White with #C6449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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