Html Css Color HEX #C6448A Mulberry

📋 copy color: '#C6448A'

red 198 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #C6448A

Tints of Mulberry #C6448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 49.01%
G = 16.83%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6448A (or 0xC6448A) is known color: Mulberry. HEX triplet: C6, 44 and 8A. RGB value is (198,68,138). Sum of RGB (Red+Green+Blue) = 198+68+138=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6448A is #39BB75. Grayscale: #727272. Windows color (decimal): -3783542 or 9061574. OLE color: 9061574.

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

Color convert

RGB 198 68 138 -
CMYK 0 0.66 0.30 0.22
HSL 327.69º 0.53% 0.52% -
HSV(B) 327.69º 0.66% 0.78% -
XYZ 29.94 17.97 25.94 -
YUV 114.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 198 68 138 0 0.66 0.30 0.22 327.69 0.53 0.52
Hex C6 44 8A 0 42 1E 16 148 35 34
Octal 306 104 212 0 102 36 26 510 65 64
Binary 11000110 1000100 10001010 0 1000010 11110 10110 101001000 110101 110100

Color Harmonies of #C6448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6448A

Black with #C6448A

Text Example


Text Example

White with #C6448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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