Html Css Color HEX #C450A5 Mulberry

📋 copy color: '#C450A5'

red 196 ◦ green 80 ◦ blue 165

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

Shades of Mulberry #C450A5

Tints of Mulberry #C450A5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 44.44%
G = 18.14%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C450A5 (or 0xC450A5) is known color: Mulberry. HEX triplet: C4, 50 and A5. RGB value is (196,80,165). Sum of RGB (Red+Green+Blue) = 196+80+165=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C450A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450A5 is #3BAF5A. Grayscale: #7C7C7C. Windows color (decimal): -3911515 or 10834116. OLE color: 10834116.

HSL color Cylindrical-coordinate representation of color #C450A5: hue angle of 316.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C450A5 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 165 -
CMYK 0 0.59 0.16 0.23
HSL 316.03º 0.5% 0.54% -
HSV(B) 316.03º 0.59% 0.77% -
XYZ 32.43 20.19 37.79 -
YUV 124.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 196 80 165 0 0.59 0.16 0.23 316.03 0.5 0.54
Hex C4 50 A5 0 3B 10 17 13C 32 36
Octal 304 120 245 0 73 20 27 474 62 66
Binary 11000100 1010000 10100101 0 111011 10000 10111 100111100 110010 110110

Color Harmonies of #C450A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450A5

Black with #C450A5

Text Example


Text Example

White with #C450A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450A5; }

 p { color: rgb(196,80,165); }

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

background-color css

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

 a { background-color: rgb(196,80,165); }

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

border-color css

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

 span { border-color: rgb(196,80,165); }

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