Html Css Color HEX #C445A0 Mulberry

📋 copy color: '#C445A0'

red 196 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #C445A0

Tints of Mulberry #C445A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 46.12%
G = 16.24%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C445A0 (or 0xC445A0) is known color: Mulberry. HEX triplet: C4, 45 and A0. RGB value is (196,69,160). Sum of RGB (Red+Green+Blue) = 196+69+160=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C445A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445A0 is #3BBA5F. Grayscale: #757575. Windows color (decimal): -3914336 or 10503620. OLE color: 10503620.

HSL color Cylindrical-coordinate representation of color #C445A0: hue angle of 317.01º 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 #C445A0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 69 160 -
CMYK 0 0.65 0.18 0.23
HSL 317.01º 0.52% 0.52% -
HSV(B) 317.01º 0.65% 0.77% -
XYZ 31.24 18.53 35.19 -
YUV 117.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 196 69 160 0 0.65 0.18 0.23 317.01 0.52 0.52
Hex C4 45 A0 0 41 12 17 13D 34 34
Octal 304 105 240 0 101 22 27 475 64 64
Binary 11000100 1000101 10100000 0 1000001 10010 10111 100111101 110100 110100

Color Harmonies of #C445A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445A0

Black with #C445A0

Text Example


Text Example

White with #C445A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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