Html Css Color HEX #C452A0 Mulberry

📋 copy color: '#C452A0'

red 196 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #C452A0

Tints of Mulberry #C452A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.72%

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

R = 44.75%
G = 18.72%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C452A0 (or 0xC452A0) is known color: Mulberry. HEX triplet: C4, 52 and A0. RGB value is (196,82,160). Sum of RGB (Red+Green+Blue) = 196+82+160=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C452A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452A0 is #3BAD5F. Grayscale: #7C7C7C. Windows color (decimal): -3911008 or 10506948. OLE color: 10506948.

HSL color Cylindrical-coordinate representation of color #C452A0: hue angle of 318.95º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452A0 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 160 -
CMYK 0 0.58 0.18 0.23
HSL 318.95º 0.49% 0.55% -
HSV(B) 318.95º 0.58% 0.77% -
XYZ 32.13 20.31 35.48 -
YUV 124.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 196 82 160 0 0.58 0.18 0.23 318.95 0.49 0.55
Hex C4 52 A0 0 3A 12 17 13F 31 37
Octal 304 122 240 0 72 22 27 477 61 67
Binary 11000100 1010010 10100000 0 111010 10010 10111 100111111 110001 110111

Color Harmonies of #C452A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452A0

Black with #C452A0

Text Example


Text Example

White with #C452A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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