Html Css Color HEX #C4468A Mulberry

📋 copy color: '#C4468A'

red 196 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #C4468A

Tints of Mulberry #C4468A

RGB

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

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

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

R = 48.51%
G = 17.33%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4468A (or 0xC4468A) is known color: Mulberry. HEX triplet: C4, 46 and 8A. RGB value is (196,70,138). Sum of RGB (Red+Green+Blue) = 196+70+138=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4468A is #3BB975. Grayscale: #737373. Windows color (decimal): -3914102 or 9062084. OLE color: 9062084.

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

Color convert

RGB 196 70 138 -
CMYK 0 0.64 0.30 0.23
HSL 327.62º 0.52% 0.52% -
HSV(B) 327.62º 0.64% 0.77% -
XYZ 29.54 17.95 25.95 -
YUV 115.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 196 70 138 0 0.64 0.30 0.23 327.62 0.52 0.52
Hex C4 46 8A 0 40 1E 17 148 34 34
Octal 304 106 212 0 100 36 27 510 64 64
Binary 11000100 1000110 10001010 0 1000000 11110 10111 101001000 110100 110100

Color Harmonies of #C4468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4468A

Black with #C4468A

Text Example


Text Example

White with #C4468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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