Html Css Color HEX #C6468F Mulberry

📋 copy color: '#C6468F'

red 198 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #C6468F

Tints of Mulberry #C6468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 48.18%
G = 17.03%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6468F (or 0xC6468F) is known color: Mulberry. HEX triplet: C6, 46 and 8F. RGB value is (198,70,143). Sum of RGB (Red+Green+Blue) = 198+70+143=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6468F is #39B970. Grayscale: #747474. Windows color (decimal): -3783025 or 9389766. OLE color: 9389766.

HSL color Cylindrical-coordinate representation of color #C6468F: hue angle of 325.78º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6468F is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 143 -
CMYK 0 0.65 0.28 0.22
HSL 325.78º 0.53% 0.53% -
HSV(B) 325.78º 0.65% 0.78% -
XYZ 30.44 18.37 27.93 -
YUV 116.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 198 70 143 0 0.65 0.28 0.22 325.78 0.53 0.53
Hex C6 46 8F 0 41 1C 16 146 35 35
Octal 306 106 217 0 101 34 26 506 65 65
Binary 11000110 1000110 10001111 0 1000001 11100 10110 101000110 110101 110101

Color Harmonies of #C6468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6468F

Black with #C6468F

Text Example


Text Example

White with #C6468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6468F; }

 p { color: rgb(198,70,143); }

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

background-color css

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

 a { background-color: rgb(198,70,143); }

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

border-color css

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

 span { border-color: rgb(198,70,143); }

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