Html Css Color HEX #C1468B Mulberry

📋 copy color: '#C1468B'

red 193 ◦ green 70 ◦ blue 139

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

Shades of Mulberry #C1468B

Tints of Mulberry #C1468B

RGB

 RED value IS 193 (75.78% from 255) = 48.01%

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 48.01%
G = 17.41%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1468B (or 0xC1468B) is known color: Mulberry. HEX triplet: C1, 46 and 8B. RGB value is (193,70,139). Sum of RGB (Red+Green+Blue) = 193+70+139=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1468B is #3EB974. Grayscale: #727272. Windows color (decimal): -4110709 or 9127617. OLE color: 9127617.

HSL color Cylindrical-coordinate representation of color #C1468B: hue angle of 326.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1468B is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 139 -
CMYK 0 0.64 0.28 0.24
HSL 326.34º 0.5% 0.52% -
HSV(B) 326.34º 0.64% 0.76% -
XYZ 28.84 17.58 26.3 -
YUV 114.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 193 70 139 0 0.64 0.28 0.24 326.34 0.5 0.52
Hex C1 46 8B 0 40 1C 18 146 32 34
Octal 301 106 213 0 100 34 30 506 62 64
Binary 11000001 1000110 10001011 0 1000000 11100 11000 101000110 110010 110100

Color Harmonies of #C1468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1468B

Black with #C1468B

Text Example


Text Example

White with #C1468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1468B; }

 p { color: rgb(193,70,139); }

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

background-color css

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

 a { background-color: rgb(193,70,139); }

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

border-color css

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

 span { border-color: rgb(193,70,139); }

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