Html Css Color HEX #C4408C Mulberry

📋 copy color: '#C4408C'

red 196 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #C4408C

Tints of Mulberry #C4408C

RGB

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

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

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

R = 49%
G = 16%
B = 35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4408C (or 0xC4408C) is known color: Mulberry. HEX triplet: C4, 40 and 8C. RGB value is (196,64,140). Sum of RGB (Red+Green+Blue) = 196+64+140=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4408C is #3BBF73. Grayscale: #6F6F6F. Windows color (decimal): -3915636 or 9191620. OLE color: 9191620.

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

Color convert

RGB 196 64 140 -
CMYK 0 0.67 0.29 0.23
HSL 325.45º 0.53% 0.51% -
HSV(B) 325.45º 0.67% 0.77% -
XYZ 29.33 17.3 26.6 -
YUV 112.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 196 64 140 0 0.67 0.29 0.23 325.45 0.53 0.51
Hex C4 40 8C 0 43 1D 17 145 35 33
Octal 304 100 214 0 103 35 27 505 65 63
Binary 11000100 1000000 10001100 0 1000011 11101 10111 101000101 110101 110011

Color Harmonies of #C4408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4408C

Black with #C4408C

Text Example


Text Example

White with #C4408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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