Html Css Color HEX #C5469A Mulberry

📋 copy color: '#C5469A'

red 197 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #C5469A

Tints of Mulberry #C5469A

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

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

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

R = 46.79%
G = 16.63%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5469A (or 0xC5469A) is known color: Mulberry. HEX triplet: C5, 46 and 9A. RGB value is (197,70,154). Sum of RGB (Red+Green+Blue) = 197+70+154=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5469A is #3AB965. Grayscale: #757575. Windows color (decimal): -3848550 or 10110661. OLE color: 10110661.

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

Color convert

RGB 197 70 154 -
CMYK 0 0.64 0.22 0.23
HSL 320.32º 0.52% 0.52% -
HSV(B) 320.32º 0.64% 0.77% -
XYZ 31.05 18.58 32.52 -
YUV 117.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 197 70 154 0 0.64 0.22 0.23 320.32 0.52 0.52
Hex C5 46 9A 0 40 16 17 140 34 34
Octal 305 106 232 0 100 26 27 500 64 64
Binary 11000101 1000110 10011010 0 1000000 10110 10111 101000000 110100 110100

Color Harmonies of #C5469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5469A

Black with #C5469A

Text Example


Text Example

White with #C5469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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