Html Css Color HEX #C6447D Mulberry

📋 copy color: '#C6447D'

red 198 ◦ green 68 ◦ blue 125

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

Shades of Mulberry #C6447D

Tints of Mulberry #C6447D

RGB

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

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

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

R = 50.64%
G = 17.39%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6447D (or 0xC6447D) is known color: Mulberry. HEX triplet: C6, 44 and 7D. RGB value is (198,68,125). Sum of RGB (Red+Green+Blue) = 198+68+125=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6447D is #39BB82. Grayscale: #717171. Windows color (decimal): -3783555 or 8209606. OLE color: 8209606.

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

Color convert

RGB 198 68 125 -
CMYK 0 0.66 0.37 0.22
HSL 333.69º 0.53% 0.52% -
HSV(B) 333.69º 0.66% 0.78% -
XYZ 29.06 17.62 21.27 -
YUV 113.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 198 68 125 0 0.66 0.37 0.22 333.69 0.53 0.52
Hex C6 44 7D 0 42 25 16 14E 35 34
Octal 306 104 175 0 102 45 26 516 65 64
Binary 11000110 1000100 1111101 0 1000010 100101 10110 101001110 110101 110100

Color Harmonies of #C6447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6447D

Black with #C6447D

Text Example


Text Example

White with #C6447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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