Html Css Color HEX #C6448E Mulberry

📋 copy color: '#C6448E'

red 198 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #C6448E

Tints of Mulberry #C6448E

RGB

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

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

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

R = 48.53%
G = 16.67%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6448E (or 0xC6448E) is known color: Mulberry. HEX triplet: C6, 44 and 8E. RGB value is (198,68,142). Sum of RGB (Red+Green+Blue) = 198+68+142=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6448E is #39BB71. Grayscale: #737373. Windows color (decimal): -3783538 or 9323718. OLE color: 9323718.

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

Color convert

RGB 198 68 142 -
CMYK 0 0.66 0.28 0.22
HSL 325.85º 0.53% 0.52% -
HSV(B) 325.85º 0.66% 0.78% -
XYZ 30.24 18.09 27.49 -
YUV 115.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 198 68 142 0 0.66 0.28 0.22 325.85 0.53 0.52
Hex C6 44 8E 0 42 1C 16 146 35 34
Octal 306 104 216 0 102 34 26 506 65 64
Binary 11000110 1000100 10001110 0 1000010 11100 10110 101000110 110101 110100

Color Harmonies of #C6448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6448E

Black with #C6448E

Text Example


Text Example

White with #C6448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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