Html Css Color HEX #C445A6 Mulberry

📋 copy color: '#C445A6'

red 196 ◦ green 69 ◦ blue 166

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

Shades of Mulberry #C445A6

Tints of Mulberry #C445A6

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

 GREEN value IS 69 (27.34% from 255) = 16.01%

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 45.48%
G = 16.01%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C445A6 (or 0xC445A6) is known color: Mulberry. HEX triplet: C4, 45 and A6. RGB value is (196,69,166). Sum of RGB (Red+Green+Blue) = 196+69+166=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C445A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445A6 is #3BBA59. Grayscale: #757575. Windows color (decimal): -3914330 or 10896836. OLE color: 10896836.

HSL color Cylindrical-coordinate representation of color #C445A6: hue angle of 314.17º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C445A6 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 69 166 -
CMYK 0 0.65 0.15 0.23
HSL 314.17º 0.52% 0.52% -
HSV(B) 314.17º 0.65% 0.77% -
XYZ 31.78 18.75 38.02 -
YUV 118.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 196 69 166 0 0.65 0.15 0.23 314.17 0.52 0.52
Hex C4 45 A6 0 41 F 17 13A 34 34
Octal 304 105 246 0 101 17 27 472 64 64
Binary 11000100 1000101 10100110 0 1000001 1111 10111 100111010 110100 110100

Color Harmonies of #C445A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445A6

Black with #C445A6

Text Example


Text Example

White with #C445A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445A6; }

 p { color: rgb(196,69,166); }

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

background-color css

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

 a { background-color: rgb(196,69,166); }

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

border-color css

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

 span { border-color: rgb(196,69,166); }

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