Html Css Color HEX #C4468F Mulberry

📋 copy color: '#C4468F'

red 196 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #C4468F

Tints of Mulberry #C4468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.11%

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 47.92%
G = 17.11%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4468F (or 0xC4468F) is known color: Mulberry. HEX triplet: C4, 46 and 8F. RGB value is (196,70,143). Sum of RGB (Red+Green+Blue) = 196+70+143=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4468F is #3BB970. Grayscale: #737373. Windows color (decimal): -3914097 or 9389764. OLE color: 9389764.

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

Color convert

RGB 196 70 143 -
CMYK 0 0.64 0.27 0.23
HSL 325.24º 0.52% 0.52% -
HSV(B) 325.24º 0.64% 0.77% -
XYZ 29.91 18.1 27.9 -
YUV 116 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 196 70 143 0 0.64 0.27 0.23 325.24 0.52 0.52
Hex C4 46 8F 0 40 1B 17 145 34 34
Octal 304 106 217 0 100 33 27 505 64 64
Binary 11000100 1000110 10001111 0 1000000 11011 10111 101000101 110100 110100

Color Harmonies of #C4468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4468F

Black with #C4468F

Text Example


Text Example

White with #C4468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4468F; }

 p { color: rgb(196,70,143); }

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

background-color css

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

 a { background-color: rgb(196,70,143); }

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

border-color css

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

 span { border-color: rgb(196,70,143); }

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