Html Css Color HEX #854F61 Cannon Pink

📋 copy color: '#854F61'

red 133 ◦ green 79 ◦ blue 97

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

Shades of Cannon Pink #854F61

Tints of Cannon Pink #854F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 43.04%
G = 25.57%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#854F61 (or 0x854F61) is known color: Cannon Pink. HEX triplet: 85, 4F and 61. RGB value is (133,79,97). Sum of RGB (Red+Green+Blue) = 133+79+97=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F61 is #7AB09E. Grayscale: #616161. Windows color (decimal): -8040607 or 6377349. OLE color: 6377349.

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

Color convert

RGB 133 79 97 -
CMYK 0 0.41 0.27 0.48
HSL 340º 0.25% 0.42% -
HSV(B) 340º 0.41% 0.52% -
XYZ 14.63 11.44 12.75 -
YUV 97.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 133 79 97 0 0.41 0.27 0.48 340 0.25 0.42
Hex 85 4F 61 0 29 1B 30 154 19 2A
Octal 205 117 141 0 51 33 60 524 31 52
Binary 10000101 1001111 1100001 0 101001 11011 110000 101010100 11001 101010

Color Harmonies of #854F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854F61

Black with #854F61

Text Example


Text Example

White with #854F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,79,97); }

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

background-color css

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

 a { background-color: rgb(133,79,97); }

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

border-color css

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

 span { border-color: rgb(133,79,97); }

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