Html Css Color HEX #C5469D Mulberry

📋 copy color: '#C5469D'

red 197 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #C5469D

Tints of Mulberry #C5469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 46.46%
G = 16.51%
B = 37.03%

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

#C5469D (or 0xC5469D) is known color: Mulberry. HEX triplet: C5, 46 and 9D. RGB value is (197,70,157). Sum of RGB (Red+Green+Blue) = 197+70+157=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5469D is #3AB962. Grayscale: #757575. Windows color (decimal): -3848547 or 10307269. OLE color: 10307269.

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

Color convert

RGB 197 70 157 -
CMYK 0 0.64 0.20 0.23
HSL 318.9º 0.52% 0.52% -
HSV(B) 318.9º 0.64% 0.77% -
XYZ 31.3 18.68 33.86 -
YUV 117.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 197 70 157 0 0.64 0.20 0.23 318.9 0.52 0.52
Hex C5 46 9D 0 40 14 17 13F 34 34
Octal 305 106 235 0 100 24 27 477 64 64
Binary 11000101 1000110 10011101 0 1000000 10100 10111 100111111 110100 110100

Color Harmonies of #C5469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5469D

Black with #C5469D

Text Example


Text Example

White with #C5469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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