Html Css Color HEX #C455A2 Mulberry

📋 copy color: '#C455A2'

red 196 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #C455A2

Tints of Mulberry #C455A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 44.24%
G = 19.19%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C455A2 (or 0xC455A2) is known color: Mulberry. HEX triplet: C4, 55 and A2. RGB value is (196,85,162). Sum of RGB (Red+Green+Blue) = 196+85+162=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A2 is #3BAA5D. Grayscale: #7E7E7E. Windows color (decimal): -3910238 or 10638788. OLE color: 10638788.

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

Color convert

RGB 196 85 162 -
CMYK 0 0.57 0.17 0.23
HSL 318.38º 0.48% 0.55% -
HSV(B) 318.38º 0.57% 0.77% -
XYZ 32.54 20.84 36.49 -
YUV 126.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 196 85 162 0 0.57 0.17 0.23 318.38 0.48 0.55
Hex C4 55 A2 0 39 11 17 13E 30 37
Octal 304 125 242 0 71 21 27 476 60 67
Binary 11000100 1010101 10100010 0 111001 10001 10111 100111110 110000 110111

Color Harmonies of #C455A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455A2

Black with #C455A2

Text Example


Text Example

White with #C455A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455A2; }

 p { color: rgb(196,85,162); }

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

background-color css

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

 a { background-color: rgb(196,85,162); }

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

border-color css

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

 span { border-color: rgb(196,85,162); }

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