Html Css Color HEX #C4418A Mulberry

📋 copy color: '#C4418A'

red 196 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #C4418A

Tints of Mulberry #C4418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 49.12%
G = 16.29%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4418A (or 0xC4418A) is known color: Mulberry. HEX triplet: C4, 41 and 8A. RGB value is (196,65,138). Sum of RGB (Red+Green+Blue) = 196+65+138=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4418A is #3BBE75. Grayscale: #707070. Windows color (decimal): -3915382 or 9060804. OLE color: 9060804.

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

Color convert

RGB 196 65 138 -
CMYK 0 0.67 0.30 0.23
HSL 326.56º 0.53% 0.51% -
HSV(B) 326.56º 0.67% 0.77% -
XYZ 29.24 17.35 25.85 -
YUV 112.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 196 65 138 0 0.67 0.30 0.23 326.56 0.53 0.51
Hex C4 41 8A 0 43 1E 17 147 35 33
Octal 304 101 212 0 103 36 27 507 65 63
Binary 11000100 1000001 10001010 0 1000011 11110 10111 101000111 110101 110011

Color Harmonies of #C4418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4418A

Black with #C4418A

Text Example


Text Example

White with #C4418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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