Html Css Color HEX #C2468F Mulberry

📋 copy color: '#C2468F'

red 194 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #C2468F

Tints of Mulberry #C2468F

RGB

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

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

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

R = 47.67%
G = 17.2%
B = 35.14%

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

#C2468F (or 0xC2468F) is known color: Mulberry. HEX triplet: C2, 46 and 8F. RGB value is (194,70,143). Sum of RGB (Red+Green+Blue) = 194+70+143=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2468F is #3DB970. Grayscale: #737373. Windows color (decimal): -4045169 or 9389762. OLE color: 9389762.

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

Color convert

RGB 194 70 143 -
CMYK 0 0.64 0.26 0.24
HSL 324.68º 0.5% 0.52% -
HSV(B) 324.68º 0.64% 0.76% -
XYZ 29.4 17.83 27.88 -
YUV 115.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 194 70 143 0 0.64 0.26 0.24 324.68 0.5 0.52
Hex C2 46 8F 0 40 1A 18 145 32 34
Octal 302 106 217 0 100 32 30 505 62 64
Binary 11000010 1000110 10001111 0 1000000 11010 11000 101000101 110010 110100

Color Harmonies of #C2468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2468F

Black with #C2468F

Text Example


Text Example

White with #C2468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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