Html Css Color HEX #C246A4 Mulberry

📋 copy color: '#C246A4'

red 194 ◦ green 70 ◦ blue 164

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

Shades of Mulberry #C246A4

Tints of Mulberry #C246A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 45.33%
G = 16.36%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C246A4 (or 0xC246A4) is known color: Mulberry. HEX triplet: C2, 46 and A4. RGB value is (194,70,164). Sum of RGB (Red+Green+Blue) = 194+70+164=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A4 is #3DB95B. Grayscale: #757575. Windows color (decimal): -4045148 or 10766018. OLE color: 10766018.

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

Color convert

RGB 194 70 164 -
CMYK 0 0.64 0.15 0.24
HSL 314.52º 0.5% 0.52% -
HSV(B) 314.52º 0.64% 0.76% -
XYZ 31.14 18.53 37.06 -
YUV 117.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 194 70 164 0 0.64 0.15 0.24 314.52 0.5 0.52
Hex C2 46 A4 0 40 F 18 13B 32 34
Octal 302 106 244 0 100 17 30 473 62 64
Binary 11000010 1000110 10100100 0 1000000 1111 11000 100111011 110010 110100

Color Harmonies of #C246A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246A4

Black with #C246A4

Text Example


Text Example

White with #C246A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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