Html Css Color HEX #C4428A Mulberry

📋 copy color: '#C4428A'

red 196 ◦ green 66 ◦ blue 138

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

Shades of Mulberry #C4428A

Tints of Mulberry #C4428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 49%
G = 16.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4428A (or 0xC4428A) is known color: Mulberry. HEX triplet: C4, 42 and 8A. RGB value is (196,66,138). Sum of RGB (Red+Green+Blue) = 196+66+138=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4428A is #3BBD75. Grayscale: #707070. Windows color (decimal): -3915126 or 9061060. OLE color: 9061060.

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

Color convert

RGB 196 66 138 -
CMYK 0 0.66 0.30 0.23
HSL 326.77º 0.52% 0.51% -
HSV(B) 326.77º 0.66% 0.77% -
XYZ 29.3 17.47 25.87 -
YUV 113.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 196 66 138 0 0.66 0.30 0.23 326.77 0.52 0.51
Hex C4 42 8A 0 42 1E 17 147 34 33
Octal 304 102 212 0 102 36 27 507 64 63
Binary 11000100 1000010 10001010 0 1000010 11110 10111 101000111 110100 110011

Color Harmonies of #C4428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4428A

Black with #C4428A

Text Example


Text Example

White with #C4428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4428A; }

 p { color: rgb(196,66,138); }

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

background-color css

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

 a { background-color: rgb(196,66,138); }

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

border-color css

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

 span { border-color: rgb(196,66,138); }

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