Html Css Color HEX #C2468C Mulberry

📋 copy color: '#C2468C'

red 194 ◦ green 70 ◦ blue 140

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

Shades of Mulberry #C2468C

Tints of Mulberry #C2468C

RGB

 RED value IS 194 (76.17% from 255) = 48.02%

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

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

R = 48.02%
G = 17.33%
B = 34.65%

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

#C2468C (or 0xC2468C) is known color: Mulberry. HEX triplet: C2, 46 and 8C. RGB value is (194,70,140). Sum of RGB (Red+Green+Blue) = 194+70+140=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2468C is #3DB973. Grayscale: #727272. Windows color (decimal): -4045172 or 9193154. OLE color: 9193154.

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

Color convert

RGB 194 70 140 -
CMYK 0 0.64 0.28 0.24
HSL 326.13º 0.5% 0.52% -
HSV(B) 326.13º 0.64% 0.76% -
XYZ 29.17 17.74 26.7 -
YUV 115.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 194 70 140 0 0.64 0.28 0.24 326.13 0.5 0.52
Hex C2 46 8C 0 40 1C 18 146 32 34
Octal 302 106 214 0 100 34 30 506 62 64
Binary 11000010 1000110 10001100 0 1000000 11100 11000 101000110 110010 110100

Color Harmonies of #C2468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2468C

Black with #C2468C

Text Example


Text Example

White with #C2468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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