Html Css Color HEX #C6427C Mulberry

📋 copy color: '#C6427C'

red 198 ◦ green 66 ◦ blue 124

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

Shades of Mulberry #C6427C

Tints of Mulberry #C6427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 51.03%
G = 17.01%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6427C (or 0xC6427C) is known color: Mulberry. HEX triplet: C6, 42 and 7C. RGB value is (198,66,124). Sum of RGB (Red+Green+Blue) = 198+66+124=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6427C is #39BD83. Grayscale: #6F6F6F. Windows color (decimal): -3784068 or 8143558. OLE color: 8143558.

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

Color convert

RGB 198 66 124 -
CMYK 0 0.67 0.37 0.22
HSL 333.64º 0.54% 0.52% -
HSV(B) 333.64º 0.67% 0.78% -
XYZ 28.88 17.36 20.9 -
YUV 112.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 198 66 124 0 0.67 0.37 0.22 333.64 0.54 0.52
Hex C6 42 7C 0 43 25 16 14E 36 34
Octal 306 102 174 0 103 45 26 516 66 64
Binary 11000110 1000010 1111100 0 1000011 100101 10110 101001110 110110 110100

Color Harmonies of #C6427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6427C

Black with #C6427C

Text Example


Text Example

White with #C6427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6427C; }

 p { color: rgb(198,66,124); }

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

background-color css

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

 a { background-color: rgb(198,66,124); }

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

border-color css

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

 span { border-color: rgb(198,66,124); }

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