Html Css Color HEX #C5469E Mulberry

📋 copy color: '#C5469E'

red 197 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #C5469E

Tints of Mulberry #C5469E

RGB

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

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

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

R = 46.35%
G = 16.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5469E (or 0xC5469E) is known color: Mulberry. HEX triplet: C5, 46 and 9E. RGB value is (197,70,158). Sum of RGB (Red+Green+Blue) = 197+70+158=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5469E is #3AB961. Grayscale: #757575. Windows color (decimal): -3848546 or 10372805. OLE color: 10372805.

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

Color convert

RGB 197 70 158 -
CMYK 0 0.64 0.20 0.23
HSL 318.43º 0.52% 0.52% -
HSV(B) 318.43º 0.64% 0.77% -
XYZ 31.39 18.72 34.31 -
YUV 118.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 197 70 158 0 0.64 0.20 0.23 318.43 0.52 0.52
Hex C5 46 9E 0 40 14 17 13E 34 34
Octal 305 106 236 0 100 24 27 476 64 64
Binary 11000101 1000110 10011110 0 1000000 10100 10111 100111110 110100 110100

Color Harmonies of #C5469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5469E

Black with #C5469E

Text Example


Text Example

White with #C5469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5469E; }

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

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

background-color css

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

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

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

border-color css

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

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

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