Html Css Color HEX #C4428C Mulberry

📋 copy color: '#C4428C'

red 196 ◦ green 66 ◦ blue 140

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

Shades of Mulberry #C4428C

Tints of Mulberry #C4428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 48.76%
G = 16.42%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4428C (or 0xC4428C) is known color: Mulberry. HEX triplet: C4, 42 and 8C. RGB value is (196,66,140). Sum of RGB (Red+Green+Blue) = 196+66+140=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4428C is #3BBD73. Grayscale: #717171. Windows color (decimal): -3915124 or 9192132. OLE color: 9192132.

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

Color convert

RGB 196 66 140 -
CMYK 0 0.66 0.29 0.23
HSL 325.85º 0.52% 0.51% -
HSV(B) 325.85º 0.66% 0.77% -
XYZ 29.45 17.53 26.64 -
YUV 113.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 196 66 140 0 0.66 0.29 0.23 325.85 0.52 0.51
Hex C4 42 8C 0 42 1D 17 146 34 33
Octal 304 102 214 0 102 35 27 506 64 63
Binary 11000100 1000010 10001100 0 1000010 11101 10111 101000110 110100 110011

Color Harmonies of #C4428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4428C

Black with #C4428C

Text Example


Text Example

White with #C4428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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