Html Css Color HEX #C4408A Mulberry

📋 copy color: '#C4408A'

red 196 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #C4408A

Tints of Mulberry #C4408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 49.25%
G = 16.08%
B = 34.67%

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

#C4408A (or 0xC4408A) is known color: Mulberry. HEX triplet: C4, 40 and 8A. RGB value is (196,64,138). Sum of RGB (Red+Green+Blue) = 196+64+138=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4408A is #3BBF75. Grayscale: #6F6F6F. Windows color (decimal): -3915638 or 9060548. OLE color: 9060548.

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

Color convert

RGB 196 64 138 -
CMYK 0 0.67 0.30 0.23
HSL 326.36º 0.53% 0.51% -
HSV(B) 326.36º 0.67% 0.77% -
XYZ 29.19 17.24 25.83 -
YUV 111.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 196 64 138 0 0.67 0.30 0.23 326.36 0.53 0.51
Hex C4 40 8A 0 43 1E 17 146 35 33
Octal 304 100 212 0 103 36 27 506 65 63
Binary 11000100 1000000 10001010 0 1000011 11110 10111 101000110 110101 110011

Color Harmonies of #C4408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4408A

Black with #C4408A

Text Example


Text Example

White with #C4408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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