Html Css Color HEX #C6418B Mulberry

📋 copy color: '#C6418B'

red 198 ◦ green 65 ◦ blue 139

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

Shades of Mulberry #C6418B

Tints of Mulberry #C6418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 49.25%
G = 16.17%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6418B (or 0xC6418B) is known color: Mulberry. HEX triplet: C6, 41 and 8B. RGB value is (198,65,139). Sum of RGB (Red+Green+Blue) = 198+65+139=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6418B is #39BE74. Grayscale: #717171. Windows color (decimal): -3784309 or 9126342. OLE color: 9126342.

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

Color convert

RGB 198 65 139 -
CMYK 0 0.67 0.30 0.22
HSL 326.62º 0.54% 0.52% -
HSV(B) 326.62º 0.67% 0.78% -
XYZ 29.84 17.65 26.26 -
YUV 113.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 198 65 139 0 0.67 0.30 0.22 326.62 0.54 0.52
Hex C6 41 8B 0 43 1E 16 147 36 34
Octal 306 101 213 0 103 36 26 507 66 64
Binary 11000110 1000001 10001011 0 1000011 11110 10110 101000111 110110 110100

Color Harmonies of #C6418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6418B

Black with #C6418B

Text Example


Text Example

White with #C6418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6418B; }

 p { color: rgb(198,65,139); }

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

background-color css

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

 a { background-color: rgb(198,65,139); }

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

border-color css

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

 span { border-color: rgb(198,65,139); }

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