Html Css Color HEX #854D63 Cannon Pink

📋 copy color: '#854D63'

red 133 ◦ green 77 ◦ blue 99

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

Shades of Cannon Pink #854D63

Tints of Cannon Pink #854D63

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 43.04%
G = 24.92%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854D63 (or 0x854D63) is known color: Cannon Pink. HEX triplet: 85, 4D and 63. RGB value is (133,77,99). Sum of RGB (Red+Green+Blue) = 133+77+99=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D63 is #7AB29C. Grayscale: #606060. Windows color (decimal): -8041117 or 6507909. OLE color: 6507909.

HSL color Cylindrical-coordinate representation of color #854D63: hue angle of 336.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D63 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 99 -
CMYK 0 0.42 0.26 0.48
HSL 336.43º 0.27% 0.41% -
HSV(B) 336.43º 0.42% 0.52% -
XYZ 14.58 11.2 13.2 -
YUV 96.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 133 77 99 0 0.42 0.26 0.48 336.43 0.27 0.41
Hex 85 4D 63 0 2A 1A 30 150 1B 29
Octal 205 115 143 0 52 32 60 520 33 51
Binary 10000101 1001101 1100011 0 101010 11010 110000 101010000 11011 101001

Color Harmonies of #854D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D63

Black with #854D63

Text Example


Text Example

White with #854D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D63; }

 p { color: rgb(133,77,99); }

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

background-color css

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

 a { background-color: rgb(133,77,99); }

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

border-color css

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

 span { border-color: rgb(133,77,99); }

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