Html Css Color HEX #C5468B Mulberry

📋 copy color: '#C5468B'

red 197 ◦ green 70 ◦ blue 139

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

Shades of Mulberry #C5468B

Tints of Mulberry #C5468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 48.52%
G = 17.24%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5468B (or 0xC5468B) is known color: Mulberry. HEX triplet: C5, 46 and 8B. RGB value is (197,70,139). Sum of RGB (Red+Green+Blue) = 197+70+139=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5468B is #3AB974. Grayscale: #737373. Windows color (decimal): -3848565 or 9127621. OLE color: 9127621.

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

Color convert

RGB 197 70 139 -
CMYK 0 0.64 0.29 0.23
HSL 327.4º 0.52% 0.52% -
HSV(B) 327.4º 0.64% 0.77% -
XYZ 29.88 18.11 26.35 -
YUV 115.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 197 70 139 0 0.64 0.29 0.23 327.4 0.52 0.52
Hex C5 46 8B 0 40 1D 17 147 34 34
Octal 305 106 213 0 100 35 27 507 64 64
Binary 11000101 1000110 10001011 0 1000000 11101 10111 101000111 110100 110100

Color Harmonies of #C5468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5468B

Black with #C5468B

Text Example


Text Example

White with #C5468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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