Html Css Color HEX #C4469A Mulberry

📋 copy color: '#C4469A'

red 196 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #C4469A

Tints of Mulberry #C4469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 46.67%
G = 16.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4469A (or 0xC4469A) is known color: Mulberry. HEX triplet: C4, 46 and 9A. RGB value is (196,70,154). Sum of RGB (Red+Green+Blue) = 196+70+154=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4469A is #3BB965. Grayscale: #757575. Windows color (decimal): -3914086 or 10110660. OLE color: 10110660.

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

Color convert

RGB 196 70 154 -
CMYK 0 0.64 0.21 0.23
HSL 320º 0.52% 0.52% -
HSV(B) 320º 0.64% 0.77% -
XYZ 30.79 18.45 32.51 -
YUV 117.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 196 70 154 0 0.64 0.21 0.23 320 0.52 0.52
Hex C4 46 9A 0 40 15 17 140 34 34
Octal 304 106 232 0 100 25 27 500 64 64
Binary 11000100 1000110 10011010 0 1000000 10101 10111 101000000 110100 110100

Color Harmonies of #C4469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4469A

Black with #C4469A

Text Example


Text Example

White with #C4469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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