Html Css Color HEX #C448A2 Mulberry

📋 copy color: '#C448A2'

red 196 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #C448A2

Tints of Mulberry #C448A2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

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

R = 45.58%
G = 16.74%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C448A2 (or 0xC448A2) is known color: Mulberry. HEX triplet: C4, 48 and A2. RGB value is (196,72,162). Sum of RGB (Red+Green+Blue) = 196+72+162=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C448A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448A2 is #3BB75D. Grayscale: #777777. Windows color (decimal): -3913566 or 10635460. OLE color: 10635460.

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

Color convert

RGB 196 72 162 -
CMYK 0 0.63 0.17 0.23
HSL 316.45º 0.51% 0.53% -
HSV(B) 316.45º 0.63% 0.77% -
XYZ 31.6 18.98 36.18 -
YUV 119.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 196 72 162 0 0.63 0.17 0.23 316.45 0.51 0.53
Hex C4 48 A2 0 3F 11 17 13C 33 35
Octal 304 110 242 0 77 21 27 474 63 65
Binary 11000100 1001000 10100010 0 111111 10001 10111 100111100 110011 110101

Color Harmonies of #C448A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448A2

Black with #C448A2

Text Example


Text Example

White with #C448A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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