Html Css Color HEX #C6427D Mulberry

📋 copy color: '#C6427D'

red 198 ◦ green 66 ◦ blue 125

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

Shades of Mulberry #C6427D

Tints of Mulberry #C6427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 50.9%
G = 16.97%
B = 32.13%

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

#C6427D (or 0xC6427D) is known color: Mulberry. HEX triplet: C6, 42 and 7D. RGB value is (198,66,125). Sum of RGB (Red+Green+Blue) = 198+66+125=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6427D is #39BD82. Grayscale: #707070. Windows color (decimal): -3784067 or 8209094. OLE color: 8209094.

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

Color convert

RGB 198 66 125 -
CMYK 0 0.67 0.37 0.22
HSL 333.18º 0.54% 0.52% -
HSV(B) 333.18º 0.67% 0.78% -
XYZ 28.94 17.38 21.23 -
YUV 112.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 198 66 125 0 0.67 0.37 0.22 333.18 0.54 0.52
Hex C6 42 7D 0 43 25 16 14D 36 34
Octal 306 102 175 0 103 45 26 515 66 64
Binary 11000110 1000010 1111101 0 1000011 100101 10110 101001101 110110 110100

Color Harmonies of #C6427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6427D

Black with #C6427D

Text Example


Text Example

White with #C6427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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