Html Css Color HEX #C4469E Mulberry

📋 copy color: '#C4469E'

red 196 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #C4469E

Tints of Mulberry #C4469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 46.23%
G = 16.51%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4469E (or 0xC4469E) is known color: Mulberry. HEX triplet: C4, 46 and 9E. RGB value is (196,70,158). Sum of RGB (Red+Green+Blue) = 196+70+158=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4469E is #3BB961. Grayscale: #757575. Windows color (decimal): -3914082 or 10372804. OLE color: 10372804.

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

Color convert

RGB 196 70 158 -
CMYK 0 0.64 0.19 0.23
HSL 318.1º 0.52% 0.52% -
HSV(B) 318.1º 0.64% 0.77% -
XYZ 31.13 18.58 34.29 -
YUV 117.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 196 70 158 0 0.64 0.19 0.23 318.1 0.52 0.52
Hex C4 46 9E 0 40 13 17 13E 34 34
Octal 304 106 236 0 100 23 27 476 64 64
Binary 11000100 1000110 10011110 0 1000000 10011 10111 100111110 110100 110100

Color Harmonies of #C4469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4469E

Black with #C4469E

Text Example


Text Example

White with #C4469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4469E; }

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

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

background-color css

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

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

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

border-color css

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

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

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