Html Css Color HEX #C5469B Mulberry

📋 copy color: '#C5469B'

red 197 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #C5469B

Tints of Mulberry #C5469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 46.68%
G = 16.59%
B = 36.73%

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

#C5469B (or 0xC5469B) is known color: Mulberry. HEX triplet: C5, 46 and 9B. RGB value is (197,70,155). Sum of RGB (Red+Green+Blue) = 197+70+155=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5469B is #3AB964. Grayscale: #757575. Windows color (decimal): -3848549 or 10176197. OLE color: 10176197.

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

Color convert

RGB 197 70 155 -
CMYK 0 0.64 0.21 0.23
HSL 319.84º 0.52% 0.52% -
HSV(B) 319.84º 0.64% 0.77% -
XYZ 31.13 18.62 32.96 -
YUV 117.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 197 70 155 0 0.64 0.21 0.23 319.84 0.52 0.52
Hex C5 46 9B 0 40 15 17 140 34 34
Octal 305 106 233 0 100 25 27 500 64 64
Binary 11000101 1000110 10011011 0 1000000 10101 10111 101000000 110100 110100

Color Harmonies of #C5469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5469B

Black with #C5469B

Text Example


Text Example

White with #C5469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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