Html Css Color HEX #C1467E Mulberry

📋 copy color: '#C1467E'

red 193 ◦ green 70 ◦ blue 126

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

Shades of Mulberry #C1467E

Tints of Mulberry #C1467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 49.61%
G = 17.99%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1467E (or 0xC1467E) is known color: Mulberry. HEX triplet: C1, 46 and 7E. RGB value is (193,70,126). Sum of RGB (Red+Green+Blue) = 193+70+126=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1467E is #3EB981. Grayscale: #717171. Windows color (decimal): -4110722 or 8275649. OLE color: 8275649.

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

Color convert

RGB 193 70 126 -
CMYK 0 0.64 0.35 0.24
HSL 332.68º 0.5% 0.52% -
HSV(B) 332.68º 0.64% 0.76% -
XYZ 27.95 17.22 21.59 -
YUV 113.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 193 70 126 0 0.64 0.35 0.24 332.68 0.5 0.52
Hex C1 46 7E 0 40 23 18 14D 32 34
Octal 301 106 176 0 100 43 30 515 62 64
Binary 11000001 1000110 1111110 0 1000000 100011 11000 101001101 110010 110100

Color Harmonies of #C1467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1467E

Black with #C1467E

Text Example


Text Example

White with #C1467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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