Html Css Color HEX #C1468F Mulberry

📋 copy color: '#C1468F'

red 193 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #C1468F

Tints of Mulberry #C1468F

RGB

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

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

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

R = 47.54%
G = 17.24%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1468F (or 0xC1468F) is known color: Mulberry. HEX triplet: C1, 46 and 8F. RGB value is (193,70,143). Sum of RGB (Red+Green+Blue) = 193+70+143=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1468F is #3EB970. Grayscale: #727272. Windows color (decimal): -4110705 or 9389761. OLE color: 9389761.

HSL color Cylindrical-coordinate representation of color #C1468F: hue angle of 324.39º 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 #C1468F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 143 -
CMYK 0 0.64 0.26 0.24
HSL 324.39º 0.5% 0.52% -
HSV(B) 324.39º 0.64% 0.76% -
XYZ 29.14 17.7 27.87 -
YUV 115.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 193 70 143 0 0.64 0.26 0.24 324.39 0.5 0.52
Hex C1 46 8F 0 40 1A 18 144 32 34
Octal 301 106 217 0 100 32 30 504 62 64
Binary 11000001 1000110 10001111 0 1000000 11010 11000 101000100 110010 110100

Color Harmonies of #C1468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1468F

Black with #C1468F

Text Example


Text Example

White with #C1468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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