Html Css Color HEX #854F63 Cannon Pink

📋 copy color: '#854F63'

red 133 ◦ green 79 ◦ blue 99

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

Shades of Cannon Pink #854F63

Tints of Cannon Pink #854F63

RGB

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

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

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

R = 42.77%
G = 25.4%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854F63 (or 0x854F63) is known color: Cannon Pink. HEX triplet: 85, 4F and 63. RGB value is (133,79,99). Sum of RGB (Red+Green+Blue) = 133+79+99=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #854F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F63 is #7AB09C. Grayscale: #616161. Windows color (decimal): -8040605 or 6508421. OLE color: 6508421.

HSL color Cylindrical-coordinate representation of color #854F63: hue angle of 337.78º 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 #854F63 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 79 99 -
CMYK 0 0.41 0.26 0.48
HSL 337.78º 0.25% 0.42% -
HSV(B) 337.78º 0.41% 0.52% -
XYZ 14.72 11.48 13.24 -
YUV 97.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 133 79 99 0 0.41 0.26 0.48 337.78 0.25 0.42
Hex 85 4F 63 0 29 1A 30 152 19 2A
Octal 205 117 143 0 51 32 60 522 31 52
Binary 10000101 1001111 1100011 0 101001 11010 110000 101010010 11001 101010

Color Harmonies of #854F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854F63

Black with #854F63

Text Example


Text Example

White with #854F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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