Html Css Color HEX #C946A7 Mulberry

📋 copy color: '#C946A7'

red 201 ◦ green 70 ◦ blue 167

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

Shades of Mulberry #C946A7

Tints of Mulberry #C946A7

RGB

 RED value IS 201 (78.91% from 255) = 45.89%

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

 BLUE value IS 167 (65.63% from 255) = 38.13%

R = 45.89%
G = 15.98%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C946A7 (or 0xC946A7) is known color: Mulberry. HEX triplet: C9, 46 and A7. RGB value is (201,70,167). Sum of RGB (Red+Green+Blue) = 201+70+167=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C946A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946A7 is #36B958. Grayscale: #777777. Windows color (decimal): -3586393 or 10962633. OLE color: 10962633.

HSL color Cylindrical-coordinate representation of color #C946A7: hue angle of 315.57º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C946A7 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 167 -
CMYK 0 0.65 0.17 0.21
HSL 315.57º 0.55% 0.53% -
HSV(B) 315.57º 0.65% 0.79% -
XYZ 33.25 19.59 38.59 -
YUV 120.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 201 70 167 0 0.65 0.17 0.21 315.57 0.55 0.53
Hex C9 46 A7 0 41 11 15 13C 37 35
Octal 311 106 247 0 101 21 25 474 67 65
Binary 11001001 1000110 10100111 0 1000001 10001 10101 100111100 110111 110101

Color Harmonies of #C946A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946A7

Black with #C946A7

Text Example


Text Example

White with #C946A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946A7; }

 p { color: rgb(201,70,167); }

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

background-color css

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

 a { background-color: rgb(201,70,167); }

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

border-color css

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

 span { border-color: rgb(201,70,167); }

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