Html Css Color HEX #C6468D Mulberry

📋 copy color: '#C6468D'

red 198 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #C6468D

Tints of Mulberry #C6468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 48.41%
G = 17.11%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6468D (or 0xC6468D) is known color: Mulberry. HEX triplet: C6, 46 and 8D. RGB value is (198,70,141). Sum of RGB (Red+Green+Blue) = 198+70+141=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6468D is #39B972. Grayscale: #747474. Windows color (decimal): -3783027 or 9258694. OLE color: 9258694.

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

Color convert

RGB 198 70 141 -
CMYK 0 0.65 0.29 0.22
HSL 326.72º 0.53% 0.53% -
HSV(B) 326.72º 0.65% 0.78% -
XYZ 30.29 18.31 27.14 -
YUV 116.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 198 70 141 0 0.65 0.29 0.22 326.72 0.53 0.53
Hex C6 46 8D 0 41 1D 16 147 35 35
Octal 306 106 215 0 101 35 26 507 65 65
Binary 11000110 1000110 10001101 0 1000001 11101 10110 101000111 110101 110101

Color Harmonies of #C6468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6468D

Black with #C6468D

Text Example


Text Example

White with #C6468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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