Html Css Color HEX #C6468C Mulberry

📋 copy color: '#C6468C'

red 198 ◦ green 70 ◦ blue 140

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

Shades of Mulberry #C6468C

Tints of Mulberry #C6468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 48.53%
G = 17.16%
B = 34.31%

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

#C6468C (or 0xC6468C) is known color: Mulberry. HEX triplet: C6, 46 and 8C. RGB value is (198,70,140). Sum of RGB (Red+Green+Blue) = 198+70+140=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6468C is #39B973. Grayscale: #747474. Windows color (decimal): -3783028 or 9193158. OLE color: 9193158.

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

Color convert

RGB 198 70 140 -
CMYK 0 0.65 0.29 0.22
HSL 327.19º 0.53% 0.53% -
HSV(B) 327.19º 0.65% 0.78% -
XYZ 30.21 18.28 26.75 -
YUV 116.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 198 70 140 0 0.65 0.29 0.22 327.19 0.53 0.53
Hex C6 46 8C 0 41 1D 16 147 35 35
Octal 306 106 214 0 101 35 26 507 65 65
Binary 11000110 1000110 10001100 0 1000001 11101 10110 101000111 110101 110101

Color Harmonies of #C6468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6468C

Black with #C6468C

Text Example


Text Example

White with #C6468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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