Html Css Color HEX #C445A2 Mulberry

📋 copy color: '#C445A2'

red 196 ◦ green 69 ◦ blue 162

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

Shades of Mulberry #C445A2

Tints of Mulberry #C445A2

RGB

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

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

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

R = 45.9%
G = 16.16%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C445A2 (or 0xC445A2) is known color: Mulberry. HEX triplet: C4, 45 and A2. RGB value is (196,69,162). Sum of RGB (Red+Green+Blue) = 196+69+162=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C445A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445A2 is #3BBA5D. Grayscale: #757575. Windows color (decimal): -3914334 or 10634692. OLE color: 10634692.

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

Color convert

RGB 196 69 162 -
CMYK 0 0.65 0.17 0.23
HSL 316.06º 0.52% 0.52% -
HSV(B) 316.06º 0.65% 0.77% -
XYZ 31.41 18.6 36.12 -
YUV 117.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 196 69 162 0 0.65 0.17 0.23 316.06 0.52 0.52
Hex C4 45 A2 0 41 11 17 13C 34 34
Octal 304 105 242 0 101 21 27 474 64 64
Binary 11000100 1000101 10100010 0 1000001 10001 10111 100111100 110100 110100

Color Harmonies of #C445A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445A2

Black with #C445A2

Text Example


Text Example

White with #C445A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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